I am required to implement the functionality of registering a user onto my current website using the Facebook signup process
Can anyone provide me with a link to some guide or blog where some help regarding this has been provided.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use your imagination. Simply look at the Facebook documentation. It’s not as good documented as it could be, but it works it you read everything at least twice.
Make an authentication, retrieve the information you want such as email etc if needed. If the information you get from Facebook is enough, create a account like any other, but save the Facebook ID so you can log them in next time.
If you need more information, you can retrieve the Facebook data once the other data have been submited and register the user.
If making your own version is too hard or time consuming, google for an existing one. Tags: codeigniter facebook login
Personally, I use Facebook’s graph api through a personally made library which handles all of my calls to Facebook. With a simple and clean API such as the one they provide, it gets easy enough to manage without a php sdk.