{"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?
{"error":"Unauthorized","status":401,"message":"OAuth token is missing"}Link here
Will this library be handling this?