Skip to content

Instantly share code, notes, and snippets.

@andreybleme
Last active May 27, 2017 19:26
Show Gist options
  • Save andreybleme/ba5deae2d6dc0bc9740ad187a7f69cd1 to your computer and use it in GitHub Desktop.
Save andreybleme/ba5deae2d6dc0bc9740ad187a7f69cd1 to your computer and use it in GitHub Desktop.
andreybleme.com | Dissecando: O Protocolo OAuth 2.0
https://AUTH_DOMAIN.com/auth
?response_type=code
&audience=API_AUDIENCE
&client_id=CLIENT_ID
&redirect_uri=REDIRECT_URI
&scope=photos
&state=1234zyx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment