Facebook Graph API with Rails and Authlogic - preferred methodology?
Posted
by decabear
on Stack Overflow
See other posts from Stack Overflow
or by decabear
Published on 2010-06-17T22:09:25Z
Indexed on
2010/06/17
22:13 UTC
Read the original article
Hit count: 400
There are lots of Facebook + Rails solutions, most notably Facebooker, but this and many others are not compatible with Rails 3. I'm currently using Authlogic for authentication with my app, and I want to give users the option of Facebook to sign in. I want to find the best way to have FB and Authlogic go together; right now I'm just writing my own Authlogic add-on for Facebook but if this has already been done then I don't want to redo someone else's work. Does anyone know of anything like this?
© Stack Overflow or respective owner