Skip to main content
Reactions let signed-in users attach a named reaction such as like to content. The SDKs expose the same core shape on every platform: choose a reference type, pass the content ID, and pass the reaction name.

Platform Surface

Parameters

Query Reactions

Use reactionName when the UI only needs one reaction type. Omit it to read all reaction types for the content.

Add And Remove Reactions

Adding or removing a reaction returns completion or success from the SDK call. Keep UI counts synced from the content model or the reaction live collection.

Notes

  • TypeScript accepts post, comment, story, and message as reaction reference types.
  • iOS, Android, and Flutter expose equivalent enum or reference classes for post, comment, story, and message.
  • Message reactions use the message reaction path in the SDKs. Do not use post or comment reference types for messages.
  • Reaction names are application-defined strings. Use the same values when adding, removing, and filtering.

Comments

React to comments and keep comment threads interactive

Stories

Use the same reaction concept with story content

Messages

Add and remove reactions on chat messages