I get user tweets, but I donβt get media_url under objects in the object with the correct twitter, even nothing in the media in the API call. For testing, I used this twitterapi (https://twitter.com/twitterapi)
user twitterapi (https://twitter.com/twitterapi)
, my API call includes all the necessary parameters, such as a consumer key, to access the secret, as I saw when debugging my php application.
But when I test the API console by putting this url https://api.twitter.com/1.1/statuses/user_timeline.json?count=10&screen_name=twitterapi , I see the field and the value of entity.media.media_url.
where not so, is there any permission?
dev-m source share