Skip to content

Instantly share code, notes, and snippets.

@numfin
Created March 29, 2018 13:19
Show Gist options
  • Save numfin/f24954f22d8dac49443a0b44d6e244af to your computer and use it in GitHub Desktop.
Save numfin/f24954f22d8dac49443a0b44d6e244af to your computer and use it in GitHub Desktop.
in /form route
const pussy = `?client_id=${your client id here}&client_secret=${your client secret here}`
const foursquare = put foursquare link here. Be sure it ends in / or letter
// foursquare + pussy should be equal smth like http://link/?client_id...
request(foursquare + pussy, function ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment