I have a user registration form. In which I have facebook login button. I want fetch information from facebook and display that information in user registration form. How can I do this?
I use omniauth_facebook and I successfully login with that but I don’t want login. I want to display that facebook information on my user registration form field.
I have a user registration form. In which I have facebook login button. I
Share
@JasonTruluck & @stsd Thanks for your support.
I done this and I’m Using OmniAuth.
https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
In my controller I define this
And In my Registration Controller