Skip to content

Instantly share code, notes, and snippets.

@ghabs
Created April 9, 2014 18:52
Show Gist options
  • Save ghabs/10302672 to your computer and use it in GitHub Desktop.
Save ghabs/10302672 to your computer and use it in GitHub Desktop.
Factual Reverse Geocode
curl -i -X POST \
-H "X-Mashape-Authorization: HZAMZr7fzsph5GrAA6t4stN2AUbCYnjH" \
-d "clientId=undefined" \
-d "clientSecret=undefined" \
-d "scope=<scope>" \
-d "callback=http://guardian.mashape.com/callback" \
"https://mashape-community-factual.p.mashape.com/oauth_url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment