Attempting to see if user is streaming! - 401 Error

POST https://id.twitch.tv/oauth2/token
    ?client_id=<your client ID>
    &client_secret=<your client secret>
    &grant_type=client_credentials

The value is client_credentials, that is what you put there