Skip to content

Instantly share code, notes, and snippets.

@robjohnson
Created November 15, 2010 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robjohnson/700094 to your computer and use it in GitHub Desktop.
Save robjohnson/700094 to your computer and use it in GitHub Desktop.
Gnip Reply Tweet Schema in Activity Streams JSON
{
"verb": "post",
"postedTime": "2010-10-20T15:12:48+00:00",
"inReplyTo": {
"link": "http://twitter.com/mattiasmiksche/statuses/27864422908"
},
"body": "@mattiasmiksche hi - did you see the stories of some of our users? http://gnip.com/success_stories",
"twitter_entities": {
"urls": [
{
"expanded_url": null,
"url": "http://gnip.com/success_stories",
"indices": [
67,
98
]
}
],
"hashtags": [
],
"user_mentions": [
{
"name": "Mattias Miksche",
"id_str": "5938412",
"id": 5938412,
"indices": [
0,
15
],
"screen_name": "mattiasmiksche"
}
]
},
"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:27939721036",
"link": "http://twitter.com/gnip/statuses/27939721036",
"generator": {
"displayName": "web",
"link": "http://twitter.com"
},
"object": {
"postedTime": "2010-10-20T15:12:48+00:00",
"id": "tag:search.twitter.com,2005:27939721036",
"objectType": "note",
"link": "http://twitter.com/gnip/statuses/27939721036",
"summary": "@mattiasmiksche hi - did you see the stories of some of our users? 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