I am just lost and do not know where to begin, please show me documentation I can read to let users register/login to my site using Facebook.
Assuming that
- I have my own registration/login system
How can I
- Log in users with their Facebook profile
- Register users quickly with their Facebook profile if they are not registered
Any ideas or docs are appreciated.
First, you need to register an facebook app at https://developers.facebook.com/apps. Then this code will be a good starting point for you:
Full documentation of the registration plugin can be found here: https://developers.facebook.com/docs/plugins/registration/