node-twitch-webhook icon indicating copy to clipboard operation
node-twitch-webhook copied to clipboard

Missing OAuth token

Open JMTK opened this issue 5 years ago • 1 comments

{"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.

Link here

Will this library be handling this?

JMTK avatar May 15 '20 17:05 JMTK

Yes =)

I have time to watch PR this weekend

DaniilShev avatar Sep 19 '20 01:09 DaniilShev