Re: [twitter-dev] Invalid signature

2011-04-15 Thread Taylor Singletary
If you're trying to POST a status update, then you need to use the HTTP POST method. Further, you should place the API-related data in the POST body of the request instead of the query string (in other words, your status=HiAll shouldn't be in the query string). There are many reasons your signatur

[twitter-dev] Invalid signature

2011-04-15 Thread nite21
Hi Guys I am getting an invalid oauth signature error my url is this https://api.twitter.com/statuses/update.xml?oauth_consumer_key=iVjNcp1YHbQJMzmrpEaNg&oauth_nonce=1184941015&oauth_signature=Hndgqkow8z29ltlAir05uyYRuE0%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1302856754&oauth_token=5

Re: [twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Dustin Shea
I'm having the same issue with my client. Debug information: URL: http://api.twitter.com/1/statuses/home_timeline.json Oauth Token: 6339722-C6ciVM1DS5dsbezoxX25K2DM0LDysexMD0QDm28s Oauth Token Secret: XRLC2XcJ1gpPd3qyOHR9szIWs1OXMOkY3NljpM36Vo Consumer Key: CabFljpBvebzTnWpsUtw Consumer Secret: w

Re: [twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Taylor Singletary
Hi Tom, I'm happy to help diagnose this, but need a couple pieces more information -- you may want to use more "fake details" to make this process easy for me to replicate -- in addition to the access token, the access token secret would be necessary to recreate this request (are you utilizing the

[twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Tom
Hi all, I'm trying to write a simple Twitter client but so far I'm not making a lot of progress. I already got as far as retrieving the timeline, but I seem to be unable to sign the request. When I re-calculate the signature with a different application, it's exactly the same. Yet Twitter reports

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-12 Thread Harshad RJ
For the benefit of the list: I had an exchange with Mark off-list (because of OAuth credentials). One of the errors turned out to be in my app itself. The other is not confirmed/reproducible at this time. On Sat, Dec 12, 2009 at 11:40 AM, Mark McBride wrote: > Could I get a complete dump of th

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Mark McBride
Could I get a complete dump of the HTTP conversation, including headers and body for the request and response? On Fri, Dec 11, 2009 at 9:28 PM, Harshad RJ wrote: > I have started getting this error too (I think they are related). In the > response to the POST I see this: > invalid / used nonce >

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Harshad RJ
I have started getting this error too (I think they are related). In the response to the POST I see this: invalid / used nonce The nonce value used was: XEl7Q8 GET requests are working fine. And the exact same application works fine with a different OAuth account (even with POST). On Sat, Dec 1

[twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Clemente Gomez
I have been getting my head wrapped around OAuth and have finally got enough understanding to pull data from Twitter. It seems as though all of my GET calls work, but when I try to POST data ( update status) I get /statuses/update.xml?oauth_consumer_key=CENSORED? oauth_consumer_key=CENSORED&oaut

[twitter-dev] Invalid Signature when manipulating URL directly

2009-10-27 Thread whomba
Hello all. I just recently started using the twitter API and oAuth for a site I am working on. After wrapping my head around oAuth things seemed to be going well. Out of the 12 components of the library i am using, 8 worked right off the bat. Unfortunately, methods where I change the URL, then

[twitter-dev] Invalid signature when calling request_token

2009-05-19 Thread Ross Burton
Hi, I'm porting my HTTP authentication based twitter client to OAuth, and am having problems constructing a signed call to request_token that twitter.com will accept. The OAuth implementation has successfully worked with two different sample servers and MySpace, so I don't think I'm hitting any