[PHP] GET user email

You made a request to the token checking endpoint you need to make a request with the OAuth token you have to the user end point

https://api.twitch.tv/kraken/user?oauth_token=OAUTH

Here is a link to the user end point docs.

1 Like