rest - Fetch Past Tweets within Particular Time Period -- Twitter Streaming API -
i working on little app give option user select , dates , app return tweets had in particular time span.
twitter offering user stream api returns 200 records per request. account has 6790 tweets , need calculate favorite , retweets.
6790 result approx 33 requests if go tweets , how time take? further, cause issue due twitter rate-limit?
if can please guide me on how can fetch data?
thanks
you don't need stream this.
if want user's favourites, use favorites/list
for example, favourites, call
https://api.twitter.com/1.1/favorites/list.json?screen_name=edent&count=200
if user has authenticated you, it's easy retweets statuses/retweets_of_me
Comments
Post a Comment