Post-Sharing
Get shares
Return
[
{
"id":"10", // the id of the share
"user_id":"1", // user the post is shared with
"post_id":"27", // the id of the post
"meta":null, // meta related to the share
"display_name":"Me" // display name of the user
},
{
...share2...
}
]Share the post with a user
Parameters
Returns
Unshare the post with a user
Parameters
Returns
Last updated