Skip to content

Instantly share code, notes, and snippets.

@Drarig29
Last active July 28, 2023 09:41
Show Gist options
  • Save Drarig29/af8f5acf34638b96c9ef38decb3bb548 to your computer and use it in GitHub Desktop.
Save Drarig29/af8f5acf34638b96c9ef38decb3bb548 to your computer and use it in GitHub Desktop.
JSON response containing an URL with access token
{
"redirect_uri": "http://localhost/response?access_token=abcde&something_else=bbb"
}
http://localhost/response?access_token=abcde&something_else=bbb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment