[twitter-dev] Could not authenticate with OAuth error

2010-12-10 Thread Alex Nikolaev
Good day everyone. Problem: I can't perform http://api.twitter.com/1/account/ verify_credentials.xml after getting access token and access token secret via OAuth. I'm getting 401 Unauthorized error with message Could not authenticate with OAuth. I've triple-checked all the params, read docs,

Re: [twitter-dev] Could not authenticate with OAuth error

2010-12-10 Thread Taylor Singletary
Hi Alex, First thing that I see wrong here is that the oauth_token you are specified doesn't look like an access token that we serve. Our access tokens tend to begin with an integer (your user id), followed by a dash, and then semi-random characters. You might be using your oauth_token_secret as