Hello, I’m trying to create an app using the method of single user oauth. I followed this page: https://dev.twitter.com/docs/auth/oauth/single-user-with-examples But I’m doing it with javascript and it isn’t in example.
How can I use it?
I tried to do a request to https://api.twitter.com/oauth/authorize?oauth_token=###&oauth_token_secret=### but won’t work.
Any suggestion?
We do not support client-side Javascript use cases for OAuth 1.0a.