#Twitter OAuth 1.0a flow test
Number of APIs: 3
-
Step 2 - go to browser GET https://api.twitter.com/oauth/authorize?oauth_token=from-Step-1&oauth_token_secret=from-Step-1&oauth_callback_confirmed=true
-
Step 1 - get oauth_token POST https://api.twitter.com/oauth/request_token
-
Step 3 - get access_token POST https://api.twitter.com/oauth/access_token?oauth_token=frome-Step2&oauth_verifier=frome-Step2