Re: [twitter-dev] Where can I find the updated rate limit after OAuth?

2010-11-29 Thread Igor Kharin
All rate limited methods responses include X-Ratelimit-Remaining and X-Ratelimit-Limit HTTP-headers, use them or http://dev.twitter.com/doc/get/account/rate_limit_status On Fri, Nov 26, 2010 at 1:55 PM, m36tb6ll raeste...@gmail.com wrote: Hi! I am a newbie in the field and am working on my

Re: [twitter-dev] Where can I find the updated rate limit after OAuth?

2010-11-29 Thread Randolph Estebat
Thanks for the reply, Igor... Yes it should be. The problem is that the headers are giving me the limit 150 rather than the expected 350 after OAuth. Any ideas why this is the case? Thanks again. On Mon, Nov 29, 2010 at 8:17 PM, Igor Kharin igorkha...@gmail.com wrote: All rate limited

Re: [twitter-dev] Where can I find the updated rate limit after OAuth?

2010-11-29 Thread Taylor Singletary
There are some API methods that don't have the concept of an unauthenticated user -- these public-only resources will not consider OAuth credentials when calculating the rate limit. We are looking to make the application of rate limiting across resources, regardless of whether the resource expects