Thank you very much for the quick response!
The example you gave it's exactly what i need, but the problem that in order to create an instance
After a user authorizes my app and get redirected to my callback url, i only get two parameters returned:
Where should i get the AccessSecretToken from ?
Thanks a lot!
Ben
The example you gave it's exactly what i need, but the problem that in order to create an instance
Token
, i need to have also the AccessSecretToken which i don't have.After a user authorizes my app and get redirected to my callback url, i only get two parameters returned:
oauth_token
and oauth_verifier
. Where should i get the AccessSecretToken from ?
Thanks a lot!
Ben