facebook mongodb rails authentication

0

Hello, I'm developing an authentication system with facebook, using ruby on rails and mongodb. I need to do the device integration with facebook api (understand like any other social network, too), for the system.

I do not find consistent material to accomplish this task, I need your help. Even with the corrections and the help of how to post I am grateful for the attention and the possible pertinent help!

    
asked by anonymous 26.07.2017 / 22:16

1 answer

0

One Bit Code is a blog that always offers quality material. For your problem, just go to this tutorial Creating Facebook authentication on 10 minutes! (Devise + Omniauth)

And there's also the official documentation for the Omniauth Omniauth

    
27.07.2017 / 13:47