Normal functionality…
https://api.twitch.tv/kraken/users
“Accept”, “application/vnd.twitchtv.v5+json”
“Client-ID”, “my_client_id”
“Authorization”, “OAuth my_oauth”
Should return my channel as the user (As per the documentation says)
Here’s what i’m getting.
{“error”:“Internal Server Error”,“status”:500,“message”:""}
I really hate it when the endpoints seem to just randomly change.
Edit: Confirmed… It Started Working again.