Created
September 23, 2011 12:32
-
-
Save edstenson/1237224 to your computer and use it in GitHub Desktop.
Example of JSON for /stream output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stream": [ | |
{ | |
"interaction": { | |
"source": "Twitter for iPhone", | |
"author": { | |
"username": "C12UFO", | |
"name": "Harry Metcalfe", | |
"id": 92770254, | |
"avatar": "http://a3.twimg.com/profile_images/551435066/DSC02615_normal.JPG", | |
"link": "http://twitter.com/C12UFO" | |
}, | |
"type": "twitter", | |
"link": "http://twitter.com/C12UFO/statuses/132134001979822080", | |
"created_at": "Thu, 03 Nov 2011 16:36:15 +0000", | |
"content": "@jackkwood Looks like Empire magazine is having the same iPad subs issues as we are, pointing to an Adobe/Apple problem. \nSort it out!!", | |
"id": "1e10639f28c2a980e074e68c57be1e68" | |
}, | |
"twitter": { | |
"in_reply_to_screen_name": "jackkwood", | |
"user": { | |
"name": "Harry Metcalfe", | |
"description": "Launched evo magazine back in 1998, yet feels like yesterday. Loves include farming, buying cars and boats. \r\nBank manager's worst nightmare. ", | |
"statuses_count": 1385, | |
"followers_count": 4378, | |
"friends_count": 71, | |
"screen_name": "C12UFO", | |
"lang": "en", | |
"time_zone": "London", | |
"listed_count": 131, | |
"id": 92770254, | |
"id_str": "92770254", | |
"url": "http://www.evo.co.uk" | |
}, | |
"mentions": [ | |
"jackkwood" | |
], | |
"id": "132134001979822080", | |
"text": "@jackkwood Looks like Empire magazine is having the same iPad subs issues as we are, pointing to an Adobe/Apple problem. \nSort it out!!", | |
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", | |
"in_reply_to_status_id": "132092179710611456", | |
"in_reply_to_user_id": "22796185", | |
"created_at": "Thu, 03 Nov 2011 16:36:15 +0000" | |
}, | |
"demographic": { | |
"gender": "male" | |
}, | |
"language": { | |
"tag": "en" | |
}, | |
"salience": { | |
"content": { | |
"sentiment": -4 | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment