Hi,
I am developing an application which would load Tweets of N number of users using Cronjob. (Single OAuth token, key pair)
I found out with the current rate limit impose in Twitter API V1.1, its not possible to load Tweets of many users.
When i researched on this, i found i can use Streaming API and to use Streaming API my account need to get whitelisted.
When i searched on this topic, i found the link https://support.twitter.com/articles/160385-how-do-i-get-whitelisted
in this link the Rate limit specified are Ratelimits of Twitter API V1.0, so i am not sure if this article is upto date to follow.
How do i get whitelisted?
thanks,
Balan