pelle / oauth-plugin

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

Callback Issue #60

Open simonmorley opened 13 years ago

simonmorley commented 13 years ago

Hi,

I've added:

def callback super end

Into my controller file and can now connect to twitter. However, it sends the request back to:

NoMethodError in OauthConsumersController#callback

undefined method `consumer_tokens' for #User:0x0000010276ba80

I'm really not sure what's happening?

Thanks

Simon