Thank you!
I am doing a get request to:
https://api.twitch.tv/kraken/channel
content-type = application/json
HEADER Authorization = MY_ACESS_TOKEN
But I have this error:
{
“error”:“Bad Request”,
“status”:400,
“message”:“No client id specified”
}
Where am my mistake?