Twitch api auth doesn't return code (OIDC Authorization Code Flow)

Hello guys! I’m blocked on a damn authorization by Twitch API. I’m trying with OIDC Authorization Code Flow, I redirect the user to the
GET https://id.twitch.tv/oauth2/authorize
?client_id=
&redirect_uri=
&response_type=code
&scope=
link, twitch asks for permissions, login and it redirects me to my basic redirect_uri, without variables like ?code=… What can I do? What am I doing wrong? I’m trying to output both $_GET[“code”] and $_POST[“code”] but I obviously get errors…

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