Yea, I am having an issue with extended_mode, too.
For tweet id: 938988549164089344
Request url: https://api.twitter.com/1.1/statuses/show.json?id=938988549164089344&tweet_mode=extended
Im getting this the response posted below. Notice the entities fields are all empty. Now, Iâm stuck trying to figure out how to get both the tweet url AND the full tweet text without having to make two separate API calls.
{
"created_at": "Fri Dec 08 04:28:10 +0000 2017",
"id": 938988549164089300,
"id_str": "938988549164089344",
"full_text": "I had a dream last nite that the day after he was elected and he found out that Russia screwed with our election, Trump himself called for a Special Counsel to get the truth. \"We can't have a foreign country messing with our elections\" Trump said in my dream.\n\nAnd then I woke up.",
"truncated": false,
"display_text_range": [0, 280],
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</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": {
"id": 236487888,
"id_str": "236487888",
"name": "Joe Walsh",
"screen_name": "WalshFreedom",
"location": "Chicago",
"description": "Fmr. Congressman. Nationally Syndicated Radio Host with Salem Radio Network. Listen to the show: https://t.co/FkESD3vq9h Founding Father of #NoChillFriday",
"url": "https://t.co/EAHqpVprrJ",
"entities": {
"url": {
"urls": [{
"url": "https://t.co/EAHqpVprrJ",
"expanded_url": "http://WalshFreedom.com",
"display_url": "WalshFreedom.com",
"indices": [0, 23]
}]
},
"description": {
"urls": [{
"url": "https://t.co/FkESD3vq9h",
"expanded_url": "http://walshfreedom.com/listen",
"display_url": "walshfreedom.com/listen",
"indices": [97, 120]
}]
}
},
"protected": false,
"followers_count": 126376,
"friends_count": 19077,
"listed_count": 2256,
"created_at": "Mon Jan 10 18:11:53 +0000 2011",
"favourites_count": 4222,
"utc_offset": -21600,
"time_zone": "Central Time (US & Canada)",
"geo_enabled": true,
"verified": true,
"statuses_count": 44083,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "000000",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000165574064/zQcCOfoU.jpeg",
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000165574064/zQcCOfoU.jpeg",
"profile_background_tile": false,
"profile_image_url": "http://pbs.twimg.com/profile_images/740684176072925184/i3NUKuQN_normal.jpg",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/740684176072925184/i3NUKuQN_normal.jpg",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/236487888/1465427808",
"profile_link_color": "000000",
"profile_sidebar_border_color": "000000",
"profile_sidebar_fill_color": "F5F8FA",
"profile_text_color": "333333",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": false,
"follow_request_sent": false,
"notifications": false,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 208,
"favorite_count": 956,
"favorited": false,
"retweeted": false,
"lang": "en"
}