So I registered on Stack Overflow the other day, and I was asked if I wanted to register with an already existing account. If I recall correctly the options were Facebook, Gmail and something else I forgot. So I chose Gmail, and it took 200% less time to complete the registration, which I find astonishing. Can you guys please share how you achieved this, the code you use and if you had to speak to those companies (Gmail, Facebook) in order for them to let you implement this system?

I am very curious, and every info is much welcomed and appreciated.

link|improve this question
Blagodarq, Pencho Ilchev. And do twitter, facebook and hotmail(Microsoft) offer similar services? Appreciate the answer. – user1108267 Dec 22 '11 at 8:08
feedback

migrated from stackoverflow.com Dec 22 '11 at 13:07

This question came from our site for professional and enthusiast programmers.

1 Answer

Google, Facebook and others use OpenID.
Twitter uses OAuth 1.0a.
Microsoft has their own Live ID.
Your best bet is to use a facade provider such as Janrain.
Also have a look at dotnetOpenAuth if you write your application on top of .NET. I think Stack Exchange uses this library.

link|improve this answer
feedback

You must log in to answer this question.