I started getting 401 errors. I can duplicate the problem here…
https://dev.twitter.com/oauth/tools/signature-generator/1812246?nid=672
Using the signature generator, I generate the request then use the curl command line, curl returns with the 401 response.
This is the endpoint that is returning the errors…
https://api.twitter.com/oauth/request_token
To duplicate the problem this is what I am doing…
- Go to…
https: // apps.twitter.com/app/1812246/permissions
- Click “Test OAuth”
- Change the Request URI to…
https: // api.twitter.com/oauth/request_token
- Click “Get OAuth Signature”
- Copy the curl command
- Paste the CURL command into the console
I have tried the curl command from Linux, 3 different Amazon EC2 Libux instances, I have also tried it from my OS X Workstation.
I added spaces to some of the referenced URL’s twitter didn’t like any more than 2 URL’s