Is it possible for application to check online status of streamers?

I’m trying to use C# example LiveMonitor https://github.com/TwitchLib/TwitchLib.Api/ . It gaves “bad credential error”, with all possible scopes included into access token.

Yes it’s possible to check the online status of users, using the Get Streams endpoint.

No scopes are required, but you MUST have a valid OAuth token. I’m not familiar with that lib you’re using but make sure you’re generating an OAuth token (App Access token if making the requests server-side, or if this is something that’s being run client-side then use the Implicit auth flow).

1 Like

Thank you, bro. Looks like C# library don’t have this approach, so i’ll probably write my own request.

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