Hi all,
We have a whitelisted IP that sometimes gets a 350 rate limit for
authenticated users.

Using same source code (calling statuses/followers), using the same
authenticated user for both calls and of course the IP is the same
too.

These are the 2 king of headers that I get:
X-ratelimit-class"api_identified"
X-ratelimit-limit"350"
X-ratelimit-remaining"298"
X-ratelimit-reset"1300878215"
X-revision"DEV"
X-runtime"0.19249"

Almost all the time we get a 20000 rate limite:
X-ratelimit-class"api_whitelisted"
X-ratelimit-limit"20000"
X-ratelimit-remaining"19132"
X-ratelimit-reset"1300878199"
X-revision"DEV"
X-runtime"0.32726"

Is this normal?

Thanks,
  @aartiles24

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to