skip to Main Content

How to get image url – Twitter API

If I parse a Tweet from the Twitter API using: tweet.entities.media I get the below json. But how would I access media_url property? Its nested in a really difficult place inside the json object. tweet.entities.media[0].media_url returns an error. { "image":…

VIEW QUESTION

How to get image url – Twitter API

If I parse a Tweet from the Twitter API using: tweet.entities.media I get the below json. But how would I access media_url property? Its nested in a really difficult place inside the json object. tweet.entities.media[0].media_url returns an error. { "image":…

VIEW QUESTION
Back To Top
Search