Twitch login redirection not happening

Hi,
I’m building an app that uses twitch login and when i try to login with a twitch account using oauth and after logging-in the url redirection is not happning from the twitch.
Somebody help me out here.

This the URL that im using:

https://id.twitch.tv/oauth2/authorize?client_id=9rcsc3jp1tpgz1eobgc7ihbwcjvi1s&redirect_uri=oauth-swift://oauth-callback/twitch&response_type=code&scope=user_read&state=pffc9mpKXp8bSrdfDTwO

I’m having the same issue. Seems like there’s been an undocumented change (or I can’t find the documentation) and now, because of the user having to complete reCaptcha, the app is no longer redirecting to the specified redirect_uri on the first authentication attempt.

Once you get this flow completed, upon next attempts the app correctly redirects. Is there are way to fix this?

This is the exact situation that i’m stuck and i have no idea how to fix this.
Please let me know the solution once you fix this.

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