Hi,

I know there are plenty of discussions about the "incorrect signature"
errors but I really can't seem to find the solution.
What I'm trying to do is to POST a message with the following base
string and Authentication header:

POST
&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fupdate.json
&oauth_consumer_key%3Dxxxxxxxxxxxxxxxxxxxxxx
%26oauth_nonce%3DNjM0MzY3MDQwNjM3Nzg1Njg2
%26oauth_signature_method%3DHMAC-SHA1
%26oauth_timestamp%3D1301082064
%26oauth_token%3D83641852-GG1Ass6MKbTV6YPhfTR0zgnv6hLchNLigW5bCXvgU
%26oauth_version%3D1.0
%26status%3DPrepare%2520to%2520launch%2520this%2520summer.

OAuth
oauth_consumer_key="xxxxxxxxxxxxxxxxxxxxxx",
oauth_nonce="NjM0MzY3MDQwNjM3Nzg1Njg2",
oauth_signature_method="HMAC-SHA1",
oauth_timestamp="1301082064",
oauth_version="1.0",
oauth_token="83641852-GG1Ass6MKbTV6YPhfTR0zgnv6hLchNLigW5bCXvgU",
oauth_signature="O1q3YiJuJVqKCfWEduOxA7XW8c4%3D"

The content-type header is "application/x-www-form-urlencoded".
Is there any thing wrong with my base string or the header?
I've been stuck at this point for week and tried to find the solution
to no avail.
Please help T-T


Best Regards,
KiT

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to