pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
717 stars 217 forks source link

Cannot test on Google OAuth 2.0 Playground #129

Open elct9620 opened 11 years ago

elct9620 commented 11 years ago

I test it on Google OAuth 2.0 Playground https://developers.google.com/oauthplayground/

When I finished authorize, I request a access token, but I get 400 bad request. And it didn't return any error message.

Another problem is I using before_filter :oauth_required but it cannot correct work for OAuth2. I find the source code still using oauth1, will it update?