I am getting tweets of a user but not getting media_url under entities in right twitter object returned, even nothing in media in the API call. For testing i used this user twitterapi (https://twitter.com/twitterapi), my API call includes all needed parameters like consumer key to access secret as i saw by debugging my php application.
But when i test in API console putting this url https://api.twitter.com/1.1/statuses/user_timeline.json?count=10&screen_name=twitterapi, i see entities.media.media_url field and value.
where is wrong, is there any permission missing?