Created
August 13, 2013 19:41
-
-
Save brianly/6224895 to your computer and use it in GitHub Desktop.
Example JSON activity stream post to https://www.yammer.com/api/v1/activity.json.
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": "Brian Lyttle", | |
"email": "[email protected]" | |
}, | |
"action": "yammermvc:publish", | |
"object": { | |
"url": "http://localhost:33128/media/detail?id=33", | |
"description": "", | |
"video": { | |
"width": 1, | |
"height": 1 | |
}, | |
"type": "yammermvc:photo", | |
"title": "A test object", | |
"image": "https://mug0.assets-yammer.com/mugshot/images/75x75/LBZq1qTjmSd9XkzdkNJnRKCVGQD38MF6" | |
}, | |
"private": "false", | |
"message": "", | |
"users": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi i got {"errors":["Missing required param "activity""]} this error ?? can you help me