Create a login/register alternative for facebook

I have a website which allows user to register & login.
I want to create an alternative since most of my users will probably be on facebook, to easily allow those people to simply login on my site using their facebook account. The only info I want to keep is there (first name, last name, email address, phone number, and profile pic) I have a users table (im my mysql database) to hold all the info for my users abnd want to know how to add people who sign up using that method to be added to the table.

There seems to be a lot of useful information about logging in using a Facebook account here. Does that cover what you are looking for?

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.