lizconlan / favtags

Doing cool stuff with Twitter favo(u)rites
http://favtagger.com
Other
4 stars 1 forks source link

Abandon twitter-auth #78

Closed lizconlan closed 13 years ago

lizconlan commented 13 years ago

With regret, twitter-auth isn't working out and probably isn't being maintained. Also is only granting 150 API calls per user instead of the 350 it should be.

So strip out the twitter-auth plugin and use the gems "oauth" and "twitter" instead

lizconlan commented 13 years ago

Twitter gem:

http://github.com/jnunemaker/twitter

http://twitter.rubyforge.org/

lizconlan commented 13 years ago

Cut TwitterAuth down so that it just does OAuth login stuff, implemented the Twitter gem