Hi everybody.
Through twitter application i perform status updates via “statuses/update” calls.
As i understand “1.1/application/rate_limit_status.json” call should return me how many calls have left to reset time (so called window). But those posts doesnt cause any changes in “1.1/application/rate_limit_status.json” call.
The questions are:
- Do i have limits for statuse/update calls for my twitter app?
- Do statuse/update calls change response from “1.1/application/rate_limit_status.json”?
Thanks for reply.
P.S. i tried to post to user time lime fro 200 times and twitter return code 200 for every call.