Hi Everyone,

I am trying to update from basic auth to oauth.  basic auth works fine
but my oauth returns error 401 invalid/expired token.  I know my token
is valid and the time on my computer is correct.  A co-worker was able
to get the call working in php using the same token and key.  our base
strings are the same and our http request is the same (with the
expected variances such as timestamp and nonce), his works and mine
does not.  I created my own oauth code in c# and it is working fine
for six other oauth sites.

Here is the http request:

POST /statuses/update.xml HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Authorization: OAuth
realm=www.oauth.net,oauth_version=1.0,oauth_consumer_key=
[removed],oauth_nonce=78bd034fd09ceda17a925471cfbeb108,oauth_signature=NdjqBzI21XmC6p88ExGT9Lcy6No
%3D,oauth_signature_method=HMAC-
SHA1,oauth_timestamp=1253660116,oauth_token=[removed]
Host: twitter.com
Content-Length: 11
Connection: Close

status=test

Reply via email to