Y
Hacker News
new
|
ask
|
show
|
jobs
by
lukashed
4696 days ago
Thanks, good to know. Though in the current version of the API (1.1), there is a rate limitation of 180 requests/15m (
https://dev.twitter.com/docs/api/1.1/get/users/show
), which could become a problem quite quickly on a website of that scale.
1 comments
ceejayoz
4696 days ago
The rate limit is done against the user's access token, not the server itself. A billion users gets you 180 billion requests in 15 min.
link