app/views/oauth/docs/markdown/oauth.md.erb in opro-0.0.2 vs app/views/oauth/docs/markdown/oauth.md.erb in opro-0.0.3

- old
+ new

@@ -1,7 +1,7 @@ ## Opro Oauth -OAuth comes in a few different flavors, the implementation of OAuth comes from [Facebook's Server Side OAuth Authentication](http://developers.facebook.com/docs/authentication/server-side/). +OAuth comes in a few different flavors, the implementation of OAuth comes from [Version 22 of the OAuth 2.0 protocol](http://tools.ietf.org/html/draft-ietf-oauth-v2-22) and is heavily influenced by [Facebook's Server Side OAuth Authentication](http://developers.facebook.com/docs/authentication/server-side/). ## What is It? OAuth is a secure way to grant authorization without having to transfer passwords to third parties. If you've used an iPhone or Android app to access Twitter or Facebook you've likely used OAuth.