

Release Notes: This release adds support for refreshing expired OAuth 1.0 tokens. It also fixes the check for expired OAuth 2.0 tokens without a refresh token.


Release Notes: This release adds support to authorizion flow using the user name and password. It also made the Process function fail if the access token was already set manually. It added built-in support to OAuth servers of Mavenlink, oDesk, RunKeeper, and Bit.ly.


Release Notes: This release fixes sending POST requests uploading custom content type data.


Release Notes: This version adds support for OAuth servers 37Signals, Amazon, Buffer, Discogs, Etsy, Xero, and Rdio. It can read new server configurations from a JSON file. It can obtain the login dialog URL page automatically from the request token response. It can also parse API call XML responses using SimpleXML.


Release Notes: This release adds support for OAuth servers Withings, VK, and Google with OAuth 1.0. It also adds support for API calls appending parameters to the request URL for non-POST OAuth 2.0 requests, and makes Twitter API call parameters not be passed via URL.


Release Notes: This version adds support for Reddit and Dropbox with OAuth 2.0.


Release Notes: This release adds a sub-class for storing and retrieving tokens in an encrypted way in cookies, instead of PHP session variables. The workaround to use the API key instead of the client secret to access SurveyMonkey was removed to make it work with their latest API changes. The access_token_parameter option variable was added to support unusual OAuth implementations like Foursquare that take the access token parameter with a different name when calling their API. The login with Yahoo! example was updated to point to the right page to create Yahoo! API projects.


Release Notes: This release adds support for Disqus and SurveyMonkey. It also adds support for OAuth servers which need to pass the API key in the authorization URLs.


Release Notes: This release adds support for Salesforce OAuth server. It also fixes the retrieval of stored access token secrets from OAuth 1 servers and handles tokens with the expiry time set to 0 as non-expiring tokens.


Release Notes: This release fixes the decoding of database query result boolean values.