Resources
- Basic protocol workflow. Explanation of the OAuth "dance".
- OAuth resources. A good walkthrough of the OAuth 1.0 specification.
- RFC 5849 - The OAuth 1.0 Protocol. The RFC is the stable and recommended specification to implement, it is based on the obsolete OAuth Core 1.0 Revision A specification.
- OAuth 2.0 Working Draft. OAuth 2.0 is still in the proposal phase and not yet stable. Some big API providers however already implement it.
- OAuth libraries. An overview of various OAuth implementations in different languages.
- Key differences OAuth 1.0/2.0. An answer to a stackoverflow question asking for the differences between OAuth 1.0 and 2.0.