Skip to content

Instantly share code, notes, and snippets.

@logikinc
Created March 23, 2015 21:37
Show Gist options
  • Save logikinc/3dfe7e5bb845e078de2c to your computer and use it in GitHub Desktop.
Save logikinc/3dfe7e5bb845e078de2c to your computer and use it in GitHub Desktop.
Basic Activity Stream
{
"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