I am trying to create an app on twitter. And when i login it gives me the following error –
Error- Authorize “” to use your account?
and i am getting following error in access request token (https://api.twitter.com/oauth/request_token)-
Error –Failed to validate oauth signature and token.
what i am doing is redirecting the user to:
https://twitter.com/oauth/authenticate?oauth_token={$token}
Please help what to do?
Thanks in advance.
Make sure you created the app on twitter without callback url, and in under settings its “Read, Write and Access direct messages”.
follow these steps –
1) Create a new app on twitter without a callback url
2) After creating the app go to settings and set the access level to third radio button (Read, Write and Access direct messages)
3) download this project – https://github.com/mattgemmell/MGTwitterEngine and check in this project.
4) if the step 3 working then try to integrate this in your project