I found that in some tweets there is missing media entities. For example:
https://api.twitter.com/1.1/statuses/show/735246876396511232.json
{ "created_at": "Tue May 24 23:11:30 +0000 2016", "id": 735246876396511200, "id_str": "735246876396511232", "text": "A diferença entre assassinos e inocentes é que uns usam máscaras. 31 de Maio, 2a temporada #ScreamNaNetflix\nhttps://t.co/jjXypBQgGf", "truncated": false, "entities": { "hashtags": [], "symbols": [], "user_mentions": [], "urls": [ { "url": "https://t.co/jjXypBQgGf", "expanded_url": "https://amp.twimg.com/v/8e114b44-fc8d-4cce-aecf-658ee5e5477b", "display_url": "amp.twimg.com/v/8e114b44-fc8…", "indices": [] } ] }, "source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>", "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": {}, "geo": null, "coordinates": null, "place": null, "contributors": null, "is_quote_status": false, "retweet_count": 804, "favorite_count": 1102, "favorited": false, "retweeted": false, "possibly_sensitive": false, "possibly_sensitive_appealable": false, "lang": "pt" }
I read comments about same problem but they were one year old and closed with statment they are fixed.
So is it still a bug or am I doing someting wrong?