node-twitch-webhook
node-twitch-webhook copied to clipboard
Missing OAuth token
{"error":"Unauthorized","status":401,"message":"OAuth token is missing"}
What’s changing? Starting on May 1, 2020, Helix will require the following:
Use of OAuth across all endpoints, either via an app access token or user access token. The client ID provided in the corresponding header must match the client ID used to generate the OAuth token.
Will this library be handling this?
Yes =)
I have time to watch PR this weekend