0

How can i check if a twitch stream is online in android? When i get on the url "https://api.twitch.tv/kraken/streams/erenjjing", it shows {"error":"Bad Request","status":400,"message":"No client id specified"} So i can't parse it.

1 Answers1

0

You need to specify your client_id. https://api.twitch.tv/kraken/streams/erenjjing?client_id=xxx

To get the client id go to https://www.twitch.tv/settings/connections and scroll down.

Grizzlly
  • 486
  • 3
  • 14