Authorization Context
Many APIs that offer authentication via OAuth will allow your application to work in two contexts: the application context and the user context.
- The Application context identifies which application is making each request using a Consumer Key and a Consumer Secret
- The User context identifies which user is making each request using an Access Token and Access Token Secret
These 4 pieces of data are used to create the Authorization header that is part of an OAuth request.