Client ID and OAuth token do not match

That’s not a valid OAuth redirect URL

You need to follow the authentication docs https://dev.twitch.tv/docs/authentication
The Redirect URL is where the user will be sent after going through your OAuth flow. Once you’ve obtained an OAuth token from that auth process you can the use it to make API requests.

1 Like