pelle / oauth-plugin

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

Error when trying to authenticate #92

Open ephracis opened 12 years ago

ephracis commented 12 years ago

I installed the plugin, got everything working. But now, all of a sudden I get this when I try to login via oauth:

NoMethodError (undefined method exchange!' for #<AccessToken:0xb61f6970>): /usr/lib/ruby/gems/1.8/gems/oauth-plugin-0.3.14/lib/oauth/controllers/provider_controller.rb:26:inaccess_token'

It gets thrown just after I check the authorize checkbox and click Save (the page "do you want to authorize..)

I have tried to delete all previous oauth token and oauth nonces but it didn't make a difference.