Authorization Header
The Authorization Header compiles our full OAuth parameters into an alphabetically-sorted string.
- Each key/value pair must be added in the format ‘key=“value”, where each value is surrounded with quotes
- Each pair separated with a comma.
- The string must be prepended with “OAuth ”.
The final string should be added as a header for your request using the “Authorization” header.

