OAuth
Obtain a request token
Obtain a request token. See section 6.1 of the OAuth v1.0a specification for more information. http://oauth.net/core/1.0a/#auth_step1
Note we do not return an oauth_token_secret in the response as we are using RSA signatures rather than PLAINTEXT authentication.
post/oauth/request_token
Request body
Response
OAuth token
Changes
No recorded changes to this endpoint across all 1 revision of this API.