Skip to content

Instantly share code, notes, and snippets.

@lnanek
Created October 9, 2012 04:54
Show Gist options
  • Save lnanek/3856690 to your computer and use it in GitHub Desktop.
Save lnanek/3856690 to your computer and use it in GitHub Desktop.
Calling Foursquare venue API
Log.i(LOG_TAG, "Performing logged in venue search.");
venueExploreResults = mFoursquare.get(
"venues/explore",
"ll", mLat + "," + mLon,
"categoryId", "4d4b7105d754a06374d81259,4d4b7104d754a06370d81259,4d4b7105d754a06377d81259,4d4b7105d754a06376d81259",
"v", "20121008",
"venuePhotos", "1"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment