Skip to content

Like a post in the feed

Request

Creates a "like" engagement of a specific feed post for a scoped user. The post must be visible to the user or a 404 Not Found response will be returned; for example, this would happen if the content is published to a targeted topic that does not target the user. Upon enabling expanded reactions types, the user can like the post with a specific reaction type by providing a reaction_type_id in the request body.

Security
oauth2_as_a_user(Required scopes: feeds.engage)
Path
content_idintegerrequired

ID of the post. The post must be visible to the user.

curl -i -X PUT \
  'https://partner.socialchorus.com/v2/feed/posts/{content_id}/like' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Feed Post Liked

Response
No content