I’m using GET statuses/user_timeline to get the and cache current user’s tweets (including retweets).
The only parameters I set are include_entities and include_rts. I set them both to “1”
In the returned information retweeted parameter is always set to “0”. Later when the user opens the tweet I call GET statuses/show for the tweet in order to get the latest information and there retweeted parameter is properly set to “1” when this is a retweet from the current user.
Am I missing something. This worked properly in API v1
Thanks in advance!