30 minute guide to integrating Foursquare in your Android application
| In this article, I’m going to show you how you can use Foursquare in your Android application using OAuth 2.0.
We’ll be using
I’ve decided to use the foursquare-api-java, a project hosted at Google Code, as it offers a rich interface to interact with Foursquare. The same API calls are possible through the Google API client for Java, but it would require you to write your own model classes to do the JSON to Java translation. In the sample application hosted at Github, we’re going to display a map where the user can select a location. Upon selecting a location, we’ll load up a list of Foursquare venues that the user can select. |
![]() |

