Are there any tutorials out there for setting up a new user in my Rails 3 app using Facebook Connect?
Thanks!
Are there any tutorials out there for setting up a new user in my Rails 3 app using Facebook Connect?
Thanks!
If you're using authlogic, this facebook plugin to authlogic is great
This was similar on so with some more resources in the answers.
kind of a duplicate : http://stackoverflow.com/questions/3859843/whats-the-best-way-to-build-a-facebook-application-using-rails
Sorry, I wanted to close this old question. But I am now in love with OmniAuth which handles this perfectly.
Thanks for all that replied.