Created
September 19, 2012 15:15
-
-
Save drewtang/3750191 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"actor": { "name": "Otto 1", "email": "[email protected]" }, | |
"action": "follow", | |
"message": "A message I am following", | |
"users": [{ "name": "Otto 2", "email": "[email protected]" }], | |
"private": true, | |
"object": { | |
"url": "http://www.example.com", | |
"type": "person", | |
"title": "Object Title Otto Test", | |
"description": "Description" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment