Error logging in when using token that has chat_login scope

Not exactly sure what you mean. But here’s the request I sent:

POST https://api.twitch.tv/kraken/oauth2/token
?client_id=my_client_id
&client_secret=my_client_secret
&grant_type=client_credentials
&scope=chat_login

It responded with 200 and an access code in the body, which I used to tried to log in.