-
Handle ActiveSupport JSON case where incompatible string does not raise an error. (via Flameeyes)
-
Depend on latest version of MultiJSON.
-
Support a JSON token response with swappable JSON parser via MultiJSON.
-
Add support for “expires_in” parameter and relevant methods on AccessToken.
-
Change get_request_token to use POST to conform to OAuth 2.0 spec. (via jeremy)
-
Updating Faraday dependency for improved SSL support (via technoweenie)
-
Added ResponseString so as not to throw away response information when making requests.
-
Deprecated #access_token on WebServer strategy in favor of #get_access_token