Release Notes: The releease adds an option to make API calls fail when there is an authorization error, adds the authorization_header configuration variable to determine if OAuth parameters should be passed via the HTTP Authorization header or via request URL parameters, add an example script to login with Yahoo, adds a check for access token retrieval errors in other example scripts, and fixes the API call response object to array conversion.


Release Notes: This release adds support for two-legged requests so applications can send API requests which do not require user authorization. It also adds support for API responses which redirect to a different URL.


Release Notes: This version added support for setting the scope permissions in the OAuth 1 authorization dialog URL. It also documented the refresh parameter passed to the StoreAccessToken function.


Release Notes: This revision adds built-in support for XING and RightSignature servers. It also adds an option to call an API and force the decoding of a response as being JSON or form URL encoded, thus overriding the server response content type.


Release Notes: This release adds support for Box.net. It also adds support to renew expired tokens automatically during API calls with servers which support refresh tokens, like Google and Box.net.


Release Notes: This release adds built-in support for StockTwits and Eventful OAuth servers.