create_activity
Post a comment or like on a shared album or a specific photo in it; the activity is visible to everyone the album is shared with.
Instructions
Post a comment (or a like) on a shared album or on one asset in it. Side effect: the activity appears for everyone the album is shared with.
Args:
album_id: The album to comment on.
comment: The comment text. Leave empty when sending a like.
asset_id: Attach the comment/like to this asset instead of the album.
like: True to send a like instead of a comment.
Returns: JSON with the created activity's id and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| like | No | ||
| comment | No | ||
| album_id | Yes | ||
| asset_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |