API reference
OAuth API reference index
OAuth 1.0a
Purpose | Method |
---|---|
Step 1 of the 3-legged OAuth flow and Sign in with Twitter Allows a Consumer application to obtain an OAuth Request Token to request user authorization. |
POST oauth/request_token |
Step 2 of the 3-legged OAuth flow and Sign in with Twitter Allows a Consumer application to use an OAuth Request Tokento request user authorization. |
GET oauth/authenticate |
Step 2 of the 3-legged OAuth flow and Sign in with Twitter Allows a Consumer application to use an OAuth Request Token to request user authorization. |
GET oauth/authorize |
Step 3 of the 3-legged OAuth flow and Sign in with Twitter Allows a Consumer application to exchange the OAuth Request Token for an OAuth Access Token. |
POST oauth/access_token |
Allows a registered application to revoke an issued OAuth Access Token. | POST oauth/invalidate_token |
OAuth 2.0 Bearer Token
Purpose | Method |
---|---|
Allows a registered App to generate an OAuth 2 app-only Bearer Token, which can be used to make API requests on an App's behalf, without user context. | POST oauth2/token |
Allows a registered App to revoke an issued OAuth 2 app-only Bearer Token. | POST oauth2/invalidate_token |