Created
July 19, 2013 03:42
-
-
Save brianly/6034957 to your computer and use it in GitHub Desktop.
What's wrong with this?
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
{ | |
"activity": { | |
"actor": { | |
"name": "Jim Martin", | |
"email": "[email protected]" | |
}, | |
"action": "yammermvc:publish", | |
"object": { | |
"url": "https://dox.com/file/abc123.pdf", | |
"description": "A set of charts showing the ROI of deploying Yammer over time.", | |
"video": { | |
"width": 1, | |
"height": 1 | |
}, | |
"type": "yammermvc:photo", | |
"title": "Yammer ROI.pdf", | |
"image": "https://dox.com/file/abc123.pdf" | |
}, | |
"private": "false", | |
"message": "This is the updated version for the conference.", | |
"users": [ | |
{ | |
"name": "Brian Davis", | |
"email": "[email protected]" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment