Created
November 15, 2010 05:55
-
-
Save robjohnson/700092 to your computer and use it in GitHub Desktop.
Gnip Tweet Schema in Activity Streams JSON
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
{ | |
"verb": "post", | |
"postedTime": "2010-10-21T16:02:46+00:00", | |
"body": "what we've been up to at @gnip -- delivering data to happy customers http://gnip.com/success_stories", | |
"twitter_entities": { | |
"urls": [ | |
{ | |
"expanded_url": null, | |
"url": "http://gnip.com/success_stories", | |
"indices": [ | |
69, | |
100 | |
] | |
} | |
], | |
"hashtags": [ | |
], | |
"user_mentions": [ | |
{ | |
"name": "Gnip, Inc.", | |
"id_str": "16958875", | |
"id": 16958875, | |
"indices": [ | |
25, | |
30 | |
], | |
"screen_name": "gnip" | |
} | |
] | |
}, | |
"actor": { | |
"location": { | |
"displayName": "Boulder, CO", | |
"objectType": "place" | |
}, | |
"postedTime": "2008-10-24T23:22:09+00:00", | |
"displayName": "Gnip, Inc.", | |
"preferredUsername": "gnip", | |
"utcOffset": -25200, | |
"objectType": "person", | |
"statusesCount": 302, | |
"languages": [ | |
"en" | |
], | |
"listedCount": 23, | |
"links": [ | |
{ | |
"href": "http://blog.gnip.com", | |
"rel": "me" | |
} | |
], | |
"friendsCount": 71, | |
"followersCount": 260, | |
"summary": "Gnip makes it really easy for you to collect social data for your business.", | |
"link": "http://twitter.com/gnip", | |
"image": "http://a3.twimg.com/profile_images/62803643/icon_normal.png" | |
}, | |
"objectType": "activity", | |
"id": "tag:search.twitter.com,2005:28039652140", | |
"link": "http://twitter.com/gnip/statuses/28039652140", | |
"generator": { | |
"displayName": "web", | |
"link": "http://twitter.com" | |
}, | |
"object": { | |
"postedTime": "2010-10-21T16:02:46+00:00", | |
"id": "tag:search.twitter.com,2005:28039652140", | |
"objectType": "note", | |
"link": "http://twitter.com/gnip/statuses/28039652140", | |
"summary": "what we've been up to at @gnip -- delivering data to happy customers http://gnip.com/success_stories" | |
}, | |
"provider": { | |
"displayName": "Twitter", | |
"objectType": "service", | |
"link": "http://www.twitter.com" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment