Two things to check:
-
Does your OAuth token have the channel_feed_edit scope?
-
Are you sure you’re sending a POST? Your
verbattribute needs to be a part of the top-level object and not theparamsobject.Twitch.api({method: 'feed/twitch/posts/128261463173519/reactions', verb: 'POST', params: {emote_id:"25"} }