- Making
OAuth
the top level folder so that the project can be used as a Git submodule. Thanks to Adam Duro for the suggestion!
- Adding a
postMultidataFormData()
method to use for API methods like Twitter's update_with_media which expect multipart data
- Adapting for CakePHP 2.x
- Updating the OAuth library
- Switching to Semantic Versioning
- Re-purpose the
getFullResponse()
method so it will always return an array with the complete response of the last request
- Including the PHP library for OAuth in the package for convenience purposes, so you no longer have to download this library separately
- Adding a
getFullResponse()
method for debugging purposes - Adapting the class for OAuth 1.0a. The
getRequestToken()
method got a new parameter named$callback
:getRequestToken($requestTokenURL, $callback = 'oob', $httpMethod = 'POST', $parameters = array())
- Initial release