Is simple front end live indicator possible?

I want a simple front-end way to determine if a site is live or not.

In the past, I could just send run $ajax with my client ID, but that approach is broken now, the request says it’s missing OAuth. Is it still possible to determine whether a stream is live through a simple ajax request? I’d like to avoid backend if possible.

If yes, how?

This is no longer possible, simply

You require either:

a) a backend to make the Call to Twitch using an App Access Token
b) login the user using implicit auth, then using that token to make the call to Twitch

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.