Reputation: 235
I ve been trying to use OAuth to authenticate users with their twitter account. But i could not able to find any clear procedure to implement it.
I am trying to use multiple methods like http://luigimontanez.com/2010/rubyists-guide-twitter-oauth-dance/ but cannot able to find a solution.
If there is any clear tutorial for implementation could anyone please give me a hand on this?
regards, Balane
Upvotes: 1
Views: 1921
Reputation: 30452
By far the simplest way would be to just use a gem like OmniAuth to do this. Check out this RailsCast.
If you still want to do it manually I can write that up for you as well, just lmk.
Upvotes: 3