Hi all,
I want to track all the retweets of a given tweet.
Here is what I’m currently doing :
I connect through the Streaming API and I send the userID in the track parameter. That way, I’m supposed to get all the retweets of tweets created by this user. Right?
The issue I have is when someone retweets a retweet of the original tweet. It’s not fetched by the Streaming API.
I guess that’s because the retweeted_status is filled with the data of the user who already has retweeted.
But is there a way to catch all the retweets even if someone retweets a retweet? Because this happens a lot.
Thanks for your help !