Skip to content

Instantly share code, notes, and snippets.

@gnippy
Last active October 4, 2015 11:48
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 gnippy/2630612 to your computer and use it in GitHub Desktop.
Save gnippy/2630612 to your computer and use it in GitHub Desktop.
Tumblr Likes Sample Payload (Activity Streams)
{
"id":"tag:gnip.tumblr.com:2012:post/22563686750/like/53794239/1336418876534",
"verb":"like",
"target":{
"id":"tag:gnip.tumblr.com:2012:blog/48751261"
},
"postedTime":"44319-06-07T01:42:14+00:00",
"object":{
"id":"tag:gnip.tumblr.com:2012:post/22563686750"
},
"actor":{
"id":"tag:gnip.tumblr.com:2012:blog/53794239"
},
"tumblrRebloggedFrom": {
"id": "tag:gnip.tumblr.com:2012:post\/65619511627",
"author": {
"id": "tag:gnip.tumblr.com:2012:blog\/39820801"
}
},
"tumblrRebloggedRoot": {
"id": "tag:gnip.tumblr.com:2012:post\/6366514711",
"author": {
"id": "tag:gnip.tumblr.com:2012:blog\/13563175"
}
},
"gnip":{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment