Login with a facebook account

I want to give the users my option that they can register in a site with their facebook account…
So…from where to begin to implement such feature?

And secondly…can I built this feature while I am developing my app locally…or do I have to upload it to a production server to make whatever testing needs to be done?

Thanks

What kind of app? What platform, what language is it written in?

You might have to implement something yourself, but there also might be a single sign on (SSO) plugin written for your use case already that you could implement.

it is a booking app- I do not use any platform(wordpress etc…)…the language is PHP.

I would recommend using hybridauth.

Yes, Facebook login integration can be tested locally.

1 Like

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