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!