Changes

Jump to: navigation, search

Privacy/BestPractices/OAuth

8 bytes added, 22:08, 27 May 2011
Making API Calls
The resulting access token is the user-specific credential that can be used to make API calls.
=== Making Authenticating API Calls ===
To make OAuth-credentialed API calls, the consumer adds authentication information to the HTTP calls it makes. This authentication information ranges from adding the access token as a GET parameter (OAuth 2.0 bearer tokens), to canonicalizing the request and signing it with HMAC using a combination of the <tt>consumer_secret</tt> and <tt>access_token_secret</tt> (OAuth 1.0 HMAC).
668
edits

Navigation menu