Skip to content

Instantly share code, notes, and snippets.

@edstenson
Forked from badmetacoder/auth-instagram
Created September 10, 2013 14:46
Show Gist options
  • Select an option

  • Save edstenson/6510495 to your computer and use it in GitHub Desktop.

Select an option

Save edstenson/6510495 to your computer and use it in GitHub Desktop.
auth=[
{
"parameters": {
"value": "kfDecg0a9le3f..."
}
}
]
# flatten before URL-encoding
auth=[{"parameters":{"value":"kfDecg0a9le3f..."}}] ...
# URL-encode
auth=%5B%7B%22parameters%22%3A%7B%22value%22%3A%22kfDecg0a ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment