Getting twitch username during oAuth process

Once you have the oauth token it is a simple API call to get the username. A simple get request to the root api (https://api.twitch.tv/kraken) will return the username.

See: https://github.com/justintv/Twitch-API/blob/master/v2_resources/root.md

1 Like