Hi Folks,
I have come till the point where I get the access_token and access
token secret from twitter.
I need to now update the status which keeps throwing incorrect
signature error message.
My request is an https POSTrequest.

Signature String is
POST&https%3A%2F%2Ftwitter.com%2Fstatuses%2Fupdate.xml%3Fstatus
%3D1272994211%2520test&oauth_consumer_key%3D**********************
%26oauth_nonce%3D1322660295%26oauth_signature_method%3DHMAC-
SHA1%26oauth_timestamp%3D1272994211%26oauth_token%3D********-
********************%26oauth_version%3D1.0a%26status
%3D1272994211%2520test

Response:
<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <request>/statuses/update.xml?status=1272994211%20test</request>
  <error>Incorrect signature</error>
</hash>

Please help.
Thanks.

Reply via email to