Hi!
I’m using the standard twitter search API via the python Twython library to search for native videos. I noticed that frequently, the tweets in the results do not contain extended_entities, sometimes they do at a later time, but not always. I’m using the tweet_mode=extended parameter, but this doesn’t rectify the issue fully.
As example, searching for hurricane filter:native_video -filter:retweet I’m getting 214 tweets with extended_entities but 786 without.
Is this expected behavior? Is there a way to improve the result completeness?
Thanks in advance,
@ffshr