Question

Can anyone explain me these terms with respect to OAuth ?

Consumer Key 
Consumer Secret
Access Token
Access Token Secret

Also, when I registered my application with twitter I got the consumer key and consumer secret but how do I get the access token and access token secret ?

enter image description here

Was it helpful?

Solution

Go to Twitter Application Management Page - Select the App which you have created - Click API Keys Tab.

enter image description here

Now, Click Create My Access Token to generate

  • Access Token and
  • Access Token Secret.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top