Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a openid-selector that supports Facebook, Twitter, and top sites in the 2010's?

Tags:

openid

Here is OpenID-selector as implemented from http://code.google.com/p/openid-selector/

enter image description here It works great except for the fact most people on earth only recognize the first two buttons.

Is there an openid selector helper that includes endpoints for some sites people actually use? (Facebook, Twitter, QQ, Weibo, Amazon)

Yes, I'll roll my own. But looking for a supported solution first.

like image 999
William Entriken Avatar asked Jul 21 '13 22:07

William Entriken


1 Answers

As already mentioned the sites you mentioned don't use OpenID. They use OAuth instead.

On Wikipedia is a description on how both of those differ.

And if you look closely: The openID selector that you mentioned is capable to handle this.

Here is a HOWTO to use Facebook with openID selector.

Additionally there is that comment in the FAQ:

Comment by project member andriy.gerasika, Oct 19, 2010

[..]

I will make a HOWTO in v1.3 about how to plug-in Facebook support

Maybe you can carefully remind andriy about his post there.

like image 118
yankee Avatar answered Sep 28 '22 08:09

yankee