I've looked at roughly 50 questions on this site, but none really provide a solution that is either up to date or doesn't require a third part pluggin (I want to keep control of the information and not give other people access to the info I get) or that is complete. I'll take the risk of posting it, and cross my fingers.
I've seen a bunch more but here are some I looked at:
- include facebook and twitter as login option (all answers are third party solutions)
- PHP Tutorial for OpenId and OAuth (3yeras old, there must be easier implementation)
- http://wiki.openid.net/w/page/12995176/Libraries => this looks good, but I'm still confused.
So I'm looking to have Facebook, Google and Twitter as login options on my site (Apparently, that is 80% of peoples preferred social login method).
If I go to the wiki.openid.net, which package would you advise me to use in PHP for easy implementation? Which one did you use in the past?
Also, if possible, can you give explanations on how to implement the advised library? ie,
- I download it, put it on my site,
- then get an openID for my site,
- then use the the http://code.google.com/p/openid-selector/ for the display...
Is this right? I have no idea...
Basically a step by step guide would be awesome. I'm sure anyone who takes time to answer this will get massive points, this is hot topic.
Thanks for the help.