So basically for some reason when i do te getUsers with an access token, it returns all basic information unless the email. im using the scope “user:read:email”.
The interesting fact is that a couple months ago it used to work.
Here’s the code to get the access token:
Your PHP(?) code does look correct however. I’m assuming you are using the Users reutned oAuth token to call the users API (not speicifing a ID or login just the token) as the user lookup code isn’t in your screenshot.
At time of writing my implicit oAuth example is working. So there is a code fault somewhere yourside.
I’m thinking that you did not URL encode the redirect URI. So the problem is that you never actually requested the scope. As it gets tacked onto the end of your redirect URI instead of being correctly passed to Twitch
you then did call thje users API with the access token?
Something like
it is worth noting that if you have an access token for “temperrino” but “termperrino”'s email is not verified, then it won’t be returned (regardless of the scope) in the response as the email is not verified.
I think it is verified since it is my personal account and actually this of the email thing had already worked in my web but now it stoped working.
I’m going to double check that
it was the goddamit verify thing. Twitch somehow updated something and required a new verification. Fuking thank you gosh. Been so desperate i came here. Just thank you. Have a great day, week and life. God bless you