Can I configure sign up using face book in my android/ios app? I have successfully integrate Facebook Login in ios and android but this time I need to use face book sign up. I have gone through google and found some tutorial but I got it for web site using iframe. I also need to store user email and password in my server side database at time of Facebook sign up. I am using php/mysql at server side. Thanks in advance to spend your valuable time to solve my question. Regards, Mayur.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
I am assuming that you want registration via Facebook in your app. for iOS, What I have used to get information of user from Facebook login is 1) Show facebook dialog for login into facebook account. 2) When successfully login in 3) Now use Example :
Now you can have user details of user for registration process. Show these info in registration view and make it editable so user can change it. Hope it helps you. |
|||
|
|
Fb-Login datato store in your database tht'z one way to automatically signing up the user. – Vikalp Patel Jan 19 at 7:24