Created
June 1, 2014 17:13
-
-
Save elgreg/2bb56e279722f3a5e79a to your computer and use it in GitHub Desktop.
JSONP Tweet
This file contains 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
myFunction({ | |
"created_at": "Sun Jun 01 01:40:16 +0000 2014", | |
"id": 472915502898368512, | |
"id_str": "472915502898368512", | |
"text": "Writing Tuesday's class on AJAX and here's a tweet I'll use to show off the Twitter API.", | |
"source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>", | |
"truncated": false, | |
"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": 1068061, | |
"id_str": "1068061", | |
"name": "Greg", | |
"screen_name": "elgreg", | |
"location": "Washington, DC", | |
"description": "colorless green ideas sleep furiously", | |
"url": "http://t.co/CNW0e7FK1a", | |
"entities": { | |
"url": { | |
"urls": [ | |
{ | |
"url": "http://t.co/CNW0e7FK1a", | |
"expanded_url": "http://elgreg.org", | |
"display_url": "elgreg.org", | |
"indices": [ | |
0, | |
22 | |
] | |
} | |
] | |
}, | |
"description": { | |
"urls": [] | |
} | |
}, | |
"protected": false, | |
"followers_count": 741, | |
"friends_count": 910, | |
"listed_count": 42, | |
"created_at": "Tue Mar 13 04:33:55 +0000 2007", | |
"favourites_count": 1444, | |
"utc_offset": -14400, | |
"time_zone": "Eastern Time (US & Canada)", | |
"geo_enabled": true, | |
"verified": false, | |
"statuses_count": 16695, | |
"lang": "en", | |
"contributors_enabled": false, | |
"is_translator": false, | |
"is_translation_enabled": false, | |
"profile_background_color": "1A1B1F", | |
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", | |
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", | |
"profile_background_tile": false, | |
"profile_image_url": "http://pbs.twimg.com/profile_images/1773592200/19850101_Me_In_Headphones_square_normal.jpg", | |
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1773592200/19850101_Me_In_Headphones_square_normal.jpg", | |
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1068061/1398299131", | |
"profile_link_color": "5490F7", | |
"profile_sidebar_border_color": "181A1E", | |
"profile_sidebar_fill_color": "252429", | |
"profile_text_color": "666666", | |
"profile_use_background_image": true, | |
"default_profile": false, | |
"default_profile_image": false, | |
"following": null, | |
"follow_request_sent": null, | |
"notifications": null | |
}, | |
"geo": null, | |
"coordinates": null, | |
"place": null, | |
"contributors": null, | |
"retweet_count": 0, | |
"favorite_count": 0, | |
"entities": { | |
"hashtags": [], | |
"symbols": [], | |
"urls": [], | |
"user_mentions": [] | |
}, | |
"favorited": false, | |
"retweeted": false, | |
"lang": "en" | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment