How can I integrate OpenID into my website so people can login with their Google, Twitter, or Facebook credentials?
Asked
Active
Viewed 1,058 times
3
-
Twitter and Facebook are no OpenID providers AFAIK. – DanMan Jun 02 '11 at 11:39
2 Answers
0
You need to use a mixture of technologies to achieve that. OpenID is technology that will allow your users to login with Google (and Yahoo and many other providers), Twitter and Facebook both are using OAuth protocol but it's easier to grab a API specific for given vendor.
I've implemented a ready made solution (working demo) that makes use of LightOpendID (to allow login with Google/Yahoo account), Facebook and Twitter APIs, you can grab it on github.