Re: [twitter-dev] REST API Rate Limiting - OAuth calls are permitted 350 requests per hour, but we got 150

2011-05-17 Thread hax0rsteve
You need a version number in that url : "http://api.twitter.com/version/users/show.format"; http://dev.twitter.com/doc/get/users/show So in your case, it would be, e.g. > http://api.twitter.com/1/users/show.xml? ... Or similar. Then you'll see 350 in the resp. HTH On 17 May 2011, at 15:38

Re: [twitter-dev] REST API Rate Limiting - OAuth calls are permitted 350 requests per hour, but we got 150

2011-05-17 Thread Scott Wilcox
The rate limits change through the day, not always fixed to 350. Are they staying at 150 all the time? Check over a period of time to see if so. On 17 May 2011, at 15:38, SN Testing wrote: > We are using OAuth, but the rate limit headers still show 150. > > request: > http://api.twitter.com/use

[twitter-dev] REST API Rate Limiting - OAuth calls are permitted 350 requests per hour, but we got 150

2011-05-17 Thread SN Testing
We are using OAuth, but the rate limit headers still show 150. request: http://api.twitter.com/users/show.xml?user_id=84609847|Authorization: OAuth realm="twitterapis.com", oauth_signature="cnN6riZwgneJpfhN8C5%2Fh05TAOw%3D", oauth_version="1.0", oauth_nonce="f919ce47-d573-2f99-b95b- fe33e080f4fd",