hello!
I've registered a desktop app on twitter.
Using standard Oauth Library for generating signatures "http://
oauth.googlecode.com/svn/code/csharp/OAuthBase.cs"
I've get token, secret token and gave extended permissions to my app
using generated PIN. - there wasn;t problems

All seems fine, but i've got 401 error in response.
when checking credentials.

Have anybody the solution of this problem with uploading?

my request link:
https://api.twitter.com/1/account/verify_credentials.xml?Oauth
realm="http://api.twitter.com/";, oauth_consumer_key="xxxxxxxxxxxxx",
oauth_signature_method="HMAC-SHA1",
oauth_token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
oauth_timestamp="1282223133", oauth_nonce="4182519",
oauth_version="1.0", oauth_signature="xKv5ecita%2fQ4BclTjNi%2b0BkXR0U
%3d"

Reply via email to