Rails 3 using Devise: How to allow someone to log in using their Facebook account?

后端 未结 7 2183
逝去的感伤
逝去的感伤 2020-12-07 07:18

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

7条回答
  •  离开以前
    2020-12-07 07:50

    Devise 1.2 now comes with facebook login support using omniauth and works with Rails 3.0. Check out the wiki entry.

提交回复
热议问题