Currently im trying to access the Scopes.Channel_Editor which works in a web browser but does not work in my API. The error code give is a 401 which from what i read has to deal with an improper Authentication Code for that particular scope. Any ideas on where/how to set the authentication code in the twitch object? Using twitch api library
It depends on what you’re trying to do, in either case you need to add channel_editor to the list of scopes in the authentication URL.
Once you login with your twitch account you can use the returned authentication token.