Skip to content

Instantly share code, notes, and snippets.

@fk-pixel
Last active August 17, 2020 13:01
Show Gist options
  • Save fk-pixel/b18e57948eeb87c134b34e410851f3e7 to your computer and use it in GitHub Desktop.
Save fk-pixel/b18e57948eeb87c134b34e410851f3e7 to your computer and use it in GitHub Desktop.
Foursquare Credentials and Version
#Define Foursquare Credentials and Version
CLIENT_ID = 'Your client id' # Foursquare ID
CLIENT_SECRET = 'Your client secret' # Foursquare Secret
VERSION = '20181206' # Foursquare API version
print('Your credentails:')
print('CLIENT_ID: ' + CLIENT_ID)
print('CLIENT_SECRET:' + CLIENT_SECRET)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment