How to add social login options in website? [closed]
I am using php/mysql for my website. I have created my own login/registration system, but I want to also integrate three social login options, Google, Facebook and Twitter in my website. Using them user will be able to login and able to post stuff in website.
Just like Stackoverflow did for its login/registration form.
I want to know the libraries and code which I reuiqre for the social login implementation. Is there any open-source library using which I can integrate all three, or I need to setup each separately.
Please provide links, tutorials and code to integrate social logins in my php webiste.
Thanks!
Stackoverflow implements OpenID. Check out Plaxo OpenID recipe. Nice one on how to go about implementing openid.
you should check out google friend connect or rpxnow(not free when site gets a lot of traffic) which give you simple integration for all these providers at once.
精彩评论