You are on page 1of 1

Twitter API Testing Workflow

-Google map-Key

Twitter uses OAuth to provide authorized access to its API.


https://developer.twitter.com/en/docs/basics/authentication/overview/oauth

OAuth Parameters :
Consumer Key

Consumer Secret

Token
Token Secret

How to get Twitter OAuth Parameters?


Create Twitter Account

Create Application from which you want to connect to Twitter –

https://apps.twitter.com/

Explore Twitter API’s available


https://developer.twitter.com/en/docs/api-reference-index

Create Rest Request with OAuth 1.0 authentication

You might also like