I don’t think you quite get what I’m saying.
I’m used to using the old API where we didn’t need to do any kind of auth or anything, I simply fired off the request like this:
https://api.twitch.tv/kraken/streams?client_id="+twitch_key+"&channel="+channel
Then I get data back.
I don’t understand how to do it now in something like Javascript, just to display a bar saying we’re live. Do I have to go through some form of auth now and use webhooks and callbacks? The documents seem rather complicated to do such a simple request.