Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've started reading about OAuth having seen it in the Facebook API and elsewhere. So I made it part of the way into reading the obscure specification text, and I'm just curious what is the advantage to all of this?

What are the advantages to using OAuth when one builds a new site?

share|improve this question

closed as not constructive by casperOne Jan 12 at 15:39

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 2 down vote accepted

The main advantage is one the security layer. Users don't need to give your site their Facebook user name and password in plain text, instead you get the OAuth token which can be revoked by the user at any time without changing the Facebook password.

Additionally not having to store Facebook and other passwords make your site a less attractive target for hackers.

share|improve this answer

Linking into popular social media systems makes registrations very simple, which leads to more people taking the time (so to speak) to actually register on your site.

This is probably one of the most important aspects of a website, so making it quick and easy (not to mention the fact that some would go as far as to say a "trusted" login), is quite a good goal to keep in mind, as well as to realise.

(Traffic == Life) when it comes to a website.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.