I’ve been reading Twitter’s documentation on this but I’m a bit confused because I’m new to both the API and oauth. If I get a user to login to Twitter using oAuth does that mean that the rate limit would be 350 requests for their account and not my application? In other words, is the rate limiting applied to each account used individually or 350 for my application?
I’ve been reading Twitter’s documentation on this but I’m a bit confused because I’m
Share
From the FAQ:
This means that every request which you’ll be doing for an authenticated user (OAuth) will check this user’s rate limit, while any general non authenticated request you’ll make will check your application’s IP rate limit.