michidk / TwitchCSharp

Twitch C# Wrapper for the Twitch v3 REST API
Apache License 2.0
43 stars 12 forks source link

Now you need Client-ID for all requests #13

Closed volokasse closed 7 years ago

volokasse commented 7 years ago

Since august you now have to provide the Client-ID in the header for each request. So ReadOnly client doesn't work anymore...

(I just got a troubleshoot when using GetStream from AuthenticatedClient... but it's the ReadOnly method which is called because of parenting. And this result in a 400 error / no client-id provided.)

volokasse commented 7 years ago

Oops, I haven't see you've already done the work ! Awesome ! :p