-
-
Save numfin/f24954f22d8dac49443a0b44d6e244af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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