3

How can I integrate OpenID into my website so people can login with their Google, Twitter, or Facebook credentials?

Michael Mrozek
  • 169,610
  • 28
  • 168
  • 175
oldrock
  • 841
  • 2
  • 13
  • 26

2 Answers2

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.

Community
  • 1
  • 1
tnajdek
  • 542
  • 5
  • 14