Hi,
When I try to authorize with this link https://id.twitch.tv/oauth2/authorize?response_type=code&client_id=${process.env.TWITCH_CLIENT_ID}&redirect_uri=${process.env.TWITCH_REDIRECT_URI}/twitch/subscription&scope=channel:read:subscriptions+user:read:email&state=blablabla, If I use it in the browser it works without any issue, but If my customers use it on the phone, that redirect the auth in the mobile app, this will end with a Missing Response Type error.
Is there something that I miss?
Regards,
Giovanni M.