Query Reactions
To further facilitate the management of reactions in your app, the Social Plus SDK product includes a getReactions
method that allows you to retrieve information about a specific reaction or all reactions on a comment and post.
Using this method, you can fetch detailed information about a particular reaction, including the user who made the reaction, the timestamp of the reaction, and any additional metadata associated with the reaction. This can be useful for analyzing the sentiment of the community and gaining insights into the types of content that are resonating with your users.
To query getReactions
you'll need to simply provide referenceType
and referenceId
to query specific types of reactions. For further information regarding reaction reference types, please see - Reaction Reference Type.
Last updated