First time posting here, So please be gentle on me!
I’m having some really annoying issues when fetching tweets using the API. It seems to be missing users tweets from the results, when i know the tweets are there.
I’ve also tried using this Java app to pull back historic tweets and still getting the same issue.
an example would be when I fetch tweets for the hashtag #DCCComstorUAE . it misses out tweets by the user CharlieChakoo which i know exist. it has done this for my own script and for the Java app.
If I use the Java app to cross reference user and query, i search for DCCComstorUAE AND user CharlieChakoo, and it finds his tweets. So why would it not find them from just the hashtag.
The script i wrote is in PHP and it runs daily to fetch new tweets.
Would this be a twitter API error, or something wrong with the users account?
Thank you!