Skip to content

Instantly share code, notes, and snippets.

@robjohnson
Created November 15, 2010 05:55
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 robjohnson/700092 to your computer and use it in GitHub Desktop.
Save robjohnson/700092 to your computer and use it in GitHub Desktop.
Gnip Tweet Schema in Activity Streams JSON
{
"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