Skip to content

Instantly share code, notes, and snippets.

@Alqueraf
Last active August 26, 2020 14:53
Show Gist options
  • Save Alqueraf/12fab57dba11ae347de1c58b38555d78 to your computer and use it in GitHub Desktop.
Save Alqueraf/12fab57dba11ae347de1c58b38555d78 to your computer and use it in GitHub Desktop.
OAuth Authorize Example
https://id.twitch.tv/oauth2/authorize
?client_id=xxxxxxxxxxxxxxxxxxxxxxxxxx
&redirect_uri=http%3A%2F%2Flocalhost
&response_type=code
&scope=user%3Aread%3Aemail%20bits%3Aread%20channel%3Aread%3Ahype_train%20analytics%3Aread%3Agames
&state=be725a22-bde4-4532-ae54-9bd2050d86c2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment