Skip to content

Instantly share code, notes, and snippets.

@jmoz
Created November 28, 2012 00:01
Show Gist options
  • Save jmoz/4158057 to your computer and use it in GitHub Desktop.
Save jmoz/4158057 to your computer and use it in GitHub Desktop.
Python foursquare checkins
import foursquare
f = foursquare.Foursquare(access_token=OAUTH_TOKEN)
print f.users.checkins(USER_ID=USER_ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment