[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-27 Thread Jason Martin
Wow. Turns out that my problem had nothing to do with a used nonce. Turns out that I a) wasn't saving my access token correctly, so that b) I wasn't getting it back after I re-opened my application. Once I fixed the saving and retrieving, it started working again. - Jason On Aug 26, 200

[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-26 Thread Rob O'Brien
f Of Chad Etzel Sent: Wednesday, August 26, 2009 7:15 PM To: twitter-development-talk@googlegroups.com Subject: [twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce Hi Jason, The API endpoint and all other parameters sent with the request would be helpful. Than

[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-26 Thread Chad Etzel
Hi Jason, The API endpoint and all other parameters sent with the request would be helpful. Thanks, -Chad On Wed, Aug 26, 2009 at 7:15 PM, Jason Martin wrote: > > Aright, here's one set of request/response headers: > > Request: > { >    Authorization = "OAuth realm='', > oauth_consumer_key='tJd

[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-26 Thread Jason Martin
Aright, here's one set of request/response headers: Request: { Authorization = "OAuth realm='', oauth_consumer_key='tJdfiGin0BMT7Qugbj787g', oauth_signature_method='HMAC-SHA1', oauth_signature='J %2BgLcaHUvLolHv2eZdpDJWSzumM%3D', oauth_timestamp='1251325616', oauth_nonce='83a0141dd608

[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-26 Thread Chad Etzel
The request/response headers specifically, but the more info the better usually. -Chad On Wed, Aug 26, 2009 at 5:58 PM, Jason Martin wrote: > > Anything specific you need to look at? Or do just want me to just paste in > what's been sent  and what's been received? > >  - Jason > > On Aug 26, 2009

[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-26 Thread Jason Martin
Anything specific you need to look at? Or do just want me to just paste in what's been sent and what's been received? - Jason On Aug 26, 2009, at 5:46 PM, Chad Etzel wrote: Hi Jason, If you have traces of the HTTP request/responses that will help diagnose what is going on. -Chad On W

[twitter-dev] Re: Keep getting "Invalid / used nonce", even with new nonce

2009-08-26 Thread Chad Etzel
Hi Jason, If you have traces of the HTTP request/responses that will help diagnose what is going on. -Chad On Wed, Aug 26, 2009 at 12:51 PM, Jason Martin wrote: > > I'm always getting the "Invalid / used nonce" error, even though I am > providing a new nonce. I am 100% sure my code works, becau