I’m getting:
401
"error":“Could not authenticate you.”}*
I’m using the cURL command line provided by the OAuth Tool (modified so it actually works - why do you surround the https:… with single quotes?! This breaks curl ('https not supported) and makes me wonder whether the rest of the output from that page is correct):
curl --get --header ‘Authorization: OAuth oauth_consumer_key=“xwxxxxxxxxxxxxxxxxx”, oauth_nonce=“61e64d5fd93d2fb86b40482e1c399222”, oauth_signature=“xxxxxxxxxxxxxxx”, oauth_signature_method=“HMAC-SHA1”, oauth_timestamp=“1365169412”, oauth_token=“nnnnnnnnnn-xxxxxxxxxxxxxxxxxxxxxxxxxx”, oauth_version=“1.0”’ --verbose https://api.twitter.com/1/account/settings.json
I can’t see anything wrong, and the token values are the ones generated by Twitter. Timestamp is correct and the system clock is in synch.