Flutter

Reactions and Feeds

LAST EDIT Sep 29 2023

Read Feeds with Reactions

Copied!

When using reactions, it is possible to request enriched activities that include both attached reactions by type and reaction counters.

Listed below are the parameters for retrieving reactions.

The "recent" parameter includes up to 5 of the most recent reactions per type

Parameters

Copied!
nametypedescriptiondefaultoptional
recentbooleanInclude the 10 most recent reactions to activities.-
ownbooleanInclude the current user's reaction to activities.-
countsbooleanInclude the total count of reaction (by kind) to activities.-
user_idstringFilter reactions to specific user.-

Notify Other Feeds

Copied!

When adding a reaction, you can use the target_feeds parameter to notify a list of users about the new reaction. When specified, all targeted feeds will receive an activity containing a reference to the reaction.

The targetFeeds field is limited to a maximum of 20 targets per API request.