POST /feed/:channel/posts/:id/reactions -> error 404

Two things to check:

  • Does your OAuth token have the channel_feed_edit scope?

  • Are you sure you’re sending a POST? Your verb attribute needs to be a part of the top-level object and not the params object.

     Twitch.api({method: 'feed/twitch/posts/128261463173519/reactions', verb: 'POST', params: {emote_id:"25"} }