Closed royaltongue closed 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?
Just realized I copied the wrong link for the topic, sorry!
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
but I keep getting the following in the payload:
Can we get updated directions?