You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And on line 90 in TwitchAuthenticationHandler.cs to get the user: var userRequest = new HttpRequestMessage(HttpMethod.Get, Options.Endpoints.UserInfoEndpoint); userRequest.Headers.Add("Authorization", Uri.EscapeDataString("OAuth " + accessToken));
I haven't tested this and I'm a bit unsure if the headers are right
The Twitch provider is currently using the old kraken V5 API which has been deprecated and replaced by the new helix API.
The text was updated successfully, but these errors were encountered: