Created
October 9, 2012 04:54
-
-
Save lnanek/3856690 to your computer and use it in GitHub Desktop.
Calling Foursquare venue API
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
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