Hacker News new | ask | show | jobs
by netaddict 5711 days ago
Twitter API has rate limits. I think it is 360 req/hour per IP if you are not white-listed. So if you poll using server-side code you are likely to hit the rate-limit. You can cache results to avoid this.