emiliobool / node-red-contrib-twitch-chat

tmi.js wrapper nodes for Node Red
Apache License 2.0
9 stars 2 forks source link

Help With Channel Point Redemptions #12

Closed royaltongue closed 2 years ago

royaltongue commented 2 years ago

I've read through issue #4 but it seems the oauth has changed since that ticket was open.

When I'm on https://twitchtokengenerator.com, it gives me three different token: Access Token, Refresh Token, and Client ID.

I've tried using all three of these tokens in the inject token, which currently looks like this

{
    "type": "LISTEN",
    "data": {
        "topics": [
            "community-points-broadcaster-v1.xxx"
        ],
        "auth_token": "yyy"
    }
}

but I keep getting the following in the payload:

{"type":"RESPONSE","error":"ERR_BADAUTH","nonce":""}

Can we get updated directions?

royaltongue commented 2 years ago

Just realized I copied the wrong link for the topic, sorry!