Hello Barry thank you for the response, but what if I just use the API in local to build some exiting things ?
What about doing :
‘https://id.twitch.tv/oauth2/authorize?client_id=’ + CLIENT_ID + ‘&redirect_uri=’ + REDIRECT_URI + ‘&response_type=token’
Just in local with my localhost ?