{
"event": "mute",
"source": { ... },
"target": { ... },
"created_at": "Mon Apr 24 21:28:59 +0000 2014"
}
```
An example of user object that will be in target is shown below.
“target”: {
“muting”: false
"id": 2467267646,
“id_str”: “2467267646”,
“name”: “Bharati Prasad”,
“screen_name”: “prasadbharati2”,
“location”: null,
“url”: null,
“description”: null,
“protected”: false,
“followers_count”: 1,
“friends_count”: 10,
“listed_count”: 0,
“created_at”: “Mon Apr 28 05:44:22 +0000 2014”,
“favourites_count”: 0,
“utc_offset”: null,
“time_zone”: null,
“geo_enabled”: false,
“verified”: false,
“statuses_count”: 7,
“lang”: “en”,
“contributors_enabled”: false,
“is_translator”: false,
“is_translation_enabled”: false,
“profile_background_color”: “C0DEED”,
“profile_background_image_url”: “http://abs.twimg.com/images/themes/theme1/bg.png”,
“profile_background_image_url_https”: “https://abs.twimg.com/images/themes/theme1/bg.png”,
“profile_background_tile”: false,
“profile_image_url”: “http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png”,
“profile_image_url_https”: “https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png”,
“profile_link_color”: “0084B4”,
“profile_sidebar_border_color”: “C0DEED”,
“profile_sidebar_fill_color”: “DDEEF6”,
“profile_text_color”: “333333”,
“profile_use_background_image”: true,
“default_profile”: true,
“default_profile_image”: true,
“following”: true,
“follow_request_sent”: false,
“notifications”: false
}
<tt>Multiple Media Entities:</tt>
List of all the photos with their metadata shall be contained in “extended_entities” field for a multi photo tweet. Within this there can be upto four unique photos which are referenced by the same url i.e. by the display url which is “pic.twitter.com/fxmuQN9JL9” in the JSON below. The field indices in “extended_entitites” indicates the position in tweet the display url is written.
We are introducing extended_entities to support the representation of multiple media entities in the text of the tweet as a single URL. One important detail to understand, the ranges for these entities will overlap, meaning that multiple images will be represented by a single link, whereas before each image had a text range/url.
Tweet URL referenced in the JSON below:
<a href="url">https://twitter.com/FLOTUS/status/449660889793581056</a>
“entities”: {
“hashtags”: [],
“media”: [
{
“display_url”: “pic.twitter.com/fxmuQN9JL9”,
“expanded_url”: “http://twitter.com/FLOTUS/status/449660889793581056/photo/1”,
“id”: 449660809380380673,
“id_str”: “449660809380380673”,
“indices”: [
121,
143
],
“media_url”: “http://pbs.twimg.com/media/Bj2EH6yIQAEYvxu.jpg”,
“media_url_https”: “https://pbs.twimg.com/media/Bj2EH6yIQAEYvxu.jpg”,
“sizes”: {
“large”: {
“h”: 426,
“resize”: “fit”,
“w”: 640
},
“medium”: {
“h”: 399,
“resize”: “fit”,
“w”: 600
},
“small”: {
“h”: 226,
“resize”: “fit”,
“w”: 340
},
“thumb”: {
“h”: 150,
“resize”: “crop”,
“w”: 150
}
},
“type”: “photo”,
“url”: “http://t.co/fxmuQN9JL9”
}
],
“symbols”: [],
“urls”: [],
“user_mentions”: []
},
“extended_entities”: {
“media”: [
{
“display_url”: “pic.twitter.com/fxmuQN9JL9”,
“expanded_url”: “http://twitter.com/FLOTUS/status/449660889793581056/photo/1”,
“id”: 449660809380380673,
“id_str”: “449660809380380673”,
“indices”: [
121,
143
],
“media_url”: “http://pbs.twimg.com/media/Bj2EH6yIQAEYvxu.jpg”,
“media_url_https”: “https://pbs.twimg.com/media/Bj2EH6yIQAEYvxu.jpg”,
“sizes”: {
“large”: {
“h”: 426,
“resize”: “fit”,
“w”: 640
},
“medium”: {
“h”: 399,
“resize”: “fit”,
“w”: 600
},
“small”: {
“h”: 226,
“resize”: “fit”,
“w”: 340
},
“thumb”: {
“h”: 150,
“resize”: “crop”,
“w”: 150
}
},
“type”: “photo”,
“url”: “http://t.co/fxmuQN9JL9”
},
{
“display_url”: “pic.twitter.com/fxmuQN9JL9”,
“expanded_url”: “http://twitter.com/FLOTUS/status/449660889793581056/photo/1”,
“id”: 449660806754738177,
“id_str”: “449660806754738177”,
“indices”: [
121,
143
],
“media_url”: “http://pbs.twimg.com/media/Bj2EHxAIIAE8dtg.jpg”,
“media_url_https”: “https://pbs.twimg.com/media/Bj2EHxAIIAE8dtg.jpg”,
“sizes”: {
“large”: {
“h”: 426,
“resize”: “fit”,
“w”: 640
},
“medium”: {
“h”: 399,
“resize”: “fit”,
“w”: 600
},
“small”: {
“h”: 226,
“resize”: “fit”,
“w”: 340
},
“thumb”: {
“h”: 150,
“resize”: “crop”,
“w”: 150
}
},
“type”: “photo”,
“url”: “http://t.co/fxmuQN9JL9”
},
{
“display_url”: “pic.twitter.com/fxmuQN9JL9”,
“expanded_url”: “http://twitter.com/FLOTUS/status/449660889793581056/photo/1”,
“id”: 449660808537333761,
“id_str”: “449660808537333761”,
“indices”: [
121,
143
],
“media_url”: “http://pbs.twimg.com/media/Bj2EH3pIYAE4LQn.jpg”,
“media_url_https”: “https://pbs.twimg.com/media/Bj2EH3pIYAE4LQn.jpg”,
“sizes”: {
“large”: {
“h”: 427,
“resize”: “fit”,
“w”: 640
},
“medium”: {
“h”: 400,
“resize”: “fit”,
“w”: 600
},
“small”: {
“h”: 227,
“resize”: “fit”,
“w”: 340
},
“thumb”: {
“h”: 150,
“resize”: “crop”,
“w”: 150
}
},
“type”: “photo”,
“url”: “http://t.co/fxmuQN9JL9”
},
{
“display_url”: “pic.twitter.com/fxmuQN9JL9”,
“expanded_url”: “http://twitter.com/FLOTUS/status/449660889793581056/photo/1”,
“id”: 449660877097406464,
“id_str”: “449660877097406464”,
“indices”: [
121,
143
],
“media_url”: “http://pbs.twimg.com/media/Bj2EL3DIEAAzGAX.jpg”,
“media_url_https”: “https://pbs.twimg.com/media/Bj2EL3DIEAAzGAX.jpg”,
“sizes”: {
“large”: {
“h”: 426,
“resize”: “fit”,
“w”: 640
},
“medium”: {
“h”: 399,
“resize”: “fit”,
“w”: 600
},
“small”: {
“h”: 226,
“resize”: “fit”,
“w”: 340
},
“thumb”: {
“h”: 150,
“resize”: “crop”,
“w”: 150
}
},
“type”: “photo”,
“url”: “http://t.co/fxmuQN9JL9”
}
]
},