Hi,
I am making a query to request the mentions of the timeline of a user with the next call.
I have the following case, this tweet contains the mention @metro_madrid.
If I make the following query I do not get any results: https://api.twitter.com/1.1/statuses/user_timeline.json?count=100&since_id=903723710300946431&max_id=903723710300946433&screen_name=%40metro_madrid&include_entities=true&tweet_mode=extended
However if I explicitly ask for that tweet with the following call if I get it: https://api.twitter.com/1.1/statuses/show/903723710300946432.json
What is happening?
The tweet you are looking for is from @MiguelCoello37 not from @metro_madrid