Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@johnnysparks
Created February 26, 2014 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnysparks/9235188 to your computer and use it in GitHub Desktop.
Save johnnysparks/9235188 to your computer and use it in GitHub Desktop.
Twitter Media Data Structure
{
"media": [
{
"id": 438737600342290400,
"id_str": "438737600342290432",
"indices": [
99,
121
],
"media_url": "http: //pbs.twimg.com/media/Bha1heICcAAKEIY.jpg",
"media_url_https": "https: //pbs.twimg.com/media/Bha1heICcAAKEIY.jpg",
"url": "http: //t.co/ZM8DSQwf7M",
"display_url": "pic.twitter.com/ZM8DSQwf7M",
"expanded_url": "http: //twitter.com/NASAKepler/status/438737600644268033/photo/1",
"type": "photo",
"sizes": {
"small": {
"w": 338,
"h": 180,
"resize": "fit"
},
"medium": {
"w": 466,
"h": 248,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"large": {
"w": 466,
"h": 248,
"resize": "fit"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment