Skip to content

Instantly share code, notes, and snippets.

@mox601
Created May 29, 2013 11:37
Show Gist options
  • Save mox601/5669663 to your computer and use it in GitHub Desktop.
Save mox601/5669663 to your computer and use it in GitHub Desktop.
{
"published": "2011-02-10T15:04:55Z",
"actor": {
"url": "http://example.org/martin",
"objectType" : "person",
"id": "tag:example.org,2011:martin",
"image": {
"url": "http://example.org/martin/image",
"width": 250,
"height": 250
},
"displayName": "Martin Smith"
},
"verb": "post",
"object" : {
"url": "http://example.org/blog/2011/02/entry",
"id": "tag:example.org,2011:abc123/xyz"
},
"target" : {
"url": "http://example.org/blog/",
"objectType": "blog",
"id": "tag:example.org,2011:abc123",
"displayName": "Martin's Blog"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment