Skip to content

Instantly share code, notes, and snippets.

@ShayanRiyaz
Created April 24, 2020 10:30
Show Gist options
  • Save ShayanRiyaz/458dc6292d367c9d68c3fe540126cea9 to your computer and use it in GitHub Desktop.
Save ShayanRiyaz/458dc6292d367c9d68c3fe540126cea9 to your computer and use it in GitHub Desktop.
CLIENT_ID = '' # Foursquare ID
CLIENT_SECRET = '' # Foursquare Secret
VERSION = '' # 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