Skip to content

Instantly share code, notes, and snippets.

@daviesf1
Created April 7, 2014 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daviesf1/10029780 to your computer and use it in GitHub Desktop.
Save daviesf1/10029780 to your computer and use it in GitHub Desktop.
VerticalResponse
curl -i -X POST \
-H "X-Mashape-Authorization: <mashape-key>" \
-d "clientId=<client_id>" \
-d "clientSecret=<client_secret>" \
-d "scope=<scope>" \
-d "callback=http://guardian.mashape.com/callback" \
"https://verticalresponse.p.mashape.com/oauth_url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment