Here http://developer.twitter.com/pages/rate-limiting we can read that:
And as we can see at http://dev.twitter.com/doc/get/users/show - it does not require authentication.
So, I was expecting my local host to reach the endpoint access limit users/show/zerkmsafter 150 requests. But I was able to complete all 350 requests.
users/show/zerkms
Where is the truth?
Twitter, 350 , , , .
, , 350 API, . , 150 .
Edit: , . , , , . .
, / (, ), HTTP X-RateLimit-Limit: 20000, X-RateLimit-Remaining: 19999. /, X-RateLimit-Limit: 150, X-RateLimit-Limit: 149.
. , API Twitter . , , .
I think this is due to http://dev.twitter.com/doc/get/statuses/followers and the old "base auth" because it starts with "depending on the authorization method" (even though it currently exists only one method?). It does not require authentication, but in some cases it does.
To get developers to switch to OAuth, they increased this speed limit when an API call is made using OAuth; which says the second statement.
Source: https://habr.com/ru/post/1788457/More articles:Vim: LaTeX-suite content - vimHow much slower is Java code with debugging enabled? - javaFill out the dropdown from db - asp.net-mvc-3autocomplete check when focus is lost - javascriptIs the Bluetooth request for IAC devices (access request code) different from GIAC? - androidMySql: how can I implement some read / not read yet topics? - mysqlHTML, accessibilty: is it possible to tag two controls with the same label? - htmlPHP Expiration - phpTwitter API: how to find out which application was used for - twitterPython - convert to ? - pythonAll Articles