314jama
#1
Hi, i’m trying to make a tool bot, and I need to retrieve the ‘media_url’ field from each media of any tweet.
I can get this field from a tweet without text, but if the tweet has a long text, there is no field named ‘media_url’.
I’m using “statuses/show”, but I’ve also try with statuses/lookup, but it doesn’t work.
How should I get medias url from any tweet ?
Thanks
Are you using tweet_mode=extended on your requests?
314jama
#3
Oh … the solution was so simple, i missed it in docs, thank you !