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

Fix Twitter gem compatibility #56

Closed afeld closed 13 years ago

afeld commented 13 years ago

The Twitter gem has changed internally and TwitterToken#client was no longer functioning - though the Twitter gem doesn't use your oauth plugin, basic request methods work similarly.

pelle commented 13 years ago

I haven't got the time to look at this myself, but I'd happily accept a patch to fix it.

afeld commented 13 years ago

I made the fix - see the change to lib/oauth/models/consumers/services/twitter_token.rb

pelle commented 13 years ago

Thanks. I've merged it in.