Hello @jbulava, I am generating the token with my Client-ID.
For testing purposes until I’ve finished my little project I’m using the following to create a token.
https://id.twitch.tv/oauth2/authorize?client_id=MY-CLIENT-ID&redirect_uri=http://localhost&response_type=code&scope=SCOPES
I’ve been using the token successfully up until today which is why I thought it might have just expired or wasn’t working properly as I’ve been unable to use any tokens generated through the method provided.
Thank you for the provided document. I am reviewing it as we speak.