I have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their Facebook account. I think this is called Facebook Connect, bu
Devise 1.2 now comes with facebook login support using omniauth and works with Rails 3.0. Check out the wiki entry.