To make an authenticated request with OAuth 2, include the access_token as a URL parameter or HTTP header value as indicated by the API provider.
To generate an access token to use for testing, use the OAuth 2 Token Generator.
The required OAuth 1.0a signature will be automatically generated using these credentials and included in the request.