mtths
#1
Hello,
Thanks to anyone that can help
I am trying to set up Twitters API 1.1 : i think i have managed all the steps :
- Get request token
- get authorization
- get verifier
- get user access token
but i dont seem to be able to make requests with only the user access token, i also need the secret token but it isnt passed with the response with the access token
i am using node js and oauth library : https://github.com/ciaranj/node-oauth
thanks a lot to anyone who can help!
LeBraat
#2
Hi @mtths,
If you go to apps.twitter.com, select the application that you are trying to use with the API, and navigate to the ‘Keys and Access Tokens’ tab.
You should be able to pull the following from this tab:
- Consumer Key (API Key)
- Consumer Secret (API Secret)
- Access Token
- Access Token Secret
The Access Token Secret is likely the value that you are looking for.
Let me know if this is what you needed.
Thanks!
1 Like