Re: [twitter-dev] Invalid / used nonce

2010-07-29 Thread Taylor Singletary
Hi Mounir, In this case I'm fairly confident then that it's the Twitter API implementation of OAuth that's at fault here and these invalid nonce errors are spurious for you. While I hate to suggest working around bugs like this, it might be your best strategy -- if you encounter an invalid nonce e

[twitter-dev] Invalid / used nonce

2010-07-29 Thread Mounir Regragui
Hello everybody, Yesterday I was exposing an issue I encoutered. My code was working perfectly, and then I started having a 401 error code with this error message : "Invalid / used nonce" when I make API calls. I thought it was solved because yesterday I did some API calls that made it through. H

Re: [twitter-dev] Invalid / used nonce

2010-07-28 Thread Taylor Singletary
Hi Mounir, Two things to verify: one is that you are using a timestamp that is within about 5 minutes of our system clocks. We return the current time in a Date HTTP header with every request. Second, verify that you've never used the nonce you are creating for each request -- this is across all r

[twitter-dev] Invalid / used nonce

2010-07-28 Thread Mounir Regragui
Hello guys! So I have this issue with Twitter Rest API. My application was working just fine, then, sometimes, when i try to call the api, I receive this error message Invalid / used nonce The same code runs, and sometimes it works, sometimes it does not. The error can occur during normal API

[twitter-dev] Invalid / used nonce but only for certain user names?

2010-04-24 Thread Cory
I'm trying to request the user timeline for a specified user, and I keep getting Invalid / used nonce errors in the response. I know my nonce is correct so it must be a catch-all error message for something else that's going on. The error only happens with some users, others work perfectly file. H

[twitter-dev] Invalid / used nonce

2009-08-12 Thread Rob O'Brien
The interesting thing with my situation is that I'm still in development, so there's only a single person (me) hitting the app. Further, I'm only attempting a single call to Twitter. Also, I get a 401 on everything that requires authentication, but not on something like a rateLimitStatus check.

[twitter-dev] Invalid / used nonce

2009-08-10 Thread graceawalker
I am calling and getting the whole way up to getting the access token just fine in my app (one im writing myself in c#), but when i try and call the update status URL im getting an 'Invalid/used nonce' error in my response data. Im not sure why this is, im calling the update method in the exact sa

[twitter-dev] "Invalid/used nonce"

2009-06-26 Thread Simon
Hi, I'm trying to post a status to two twitter accounts, when I send the first request, it works perfectly. But when I send the second request I get back "Invalid/used nonce" even though it's a brand new nonce? The first request looks like this (obviously the parameters are posted not sent via G