Skip to content

Instantly share code, notes, and snippets.

@brianly
Created July 19, 2013 03:42
Show Gist options
  • Save brianly/6034957 to your computer and use it in GitHub Desktop.
Save brianly/6034957 to your computer and use it in GitHub Desktop.
What's wrong with this?
{
"activity": {
"actor": {
"name": "Jim Martin",
"email": "jim@seyammer.com"
},
"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": "bdavis@seyammer.com"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment