Hi, I’m using Twitter Android SDK v3.3.0 and I need to get the images in the tweets, but whenever I call tweet.entities or tweet.extendedEntities I get empty entities list unless the tweet is a video tweet , but when the tweet has images only I get no entities at all.
I searched a lot and found that I need to set tweet_mode = extended , but how can I do that in Twitter Android SDK?