OAuth in Rails - google, twitter, facebook, connect for login like stackoverflow login
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-04-02T10:53:29Z
Indexed on
2010/04/02
14:23 UTC
Read the original article
Hit count: 926
ruby-on-rails
Rails has the rest autho plugin which works well but is there a solution for incorporating twitter, facebook, google, yahoo, etc...
Seems like each on has its own plugin and demands and mixing them is going to be a mess.
This is for logging in users like how Stackoverflow gets things done not for using the robust features of the APIs.
What I want to do is do what stackoverflow did for login but in rails.
© Stack Overflow or respective owner