5

I want to use foursquare API in my android application. In my app I want to fetch nearby place.

Could you please show me how to start?

oz123
  • 27,559
  • 27
  • 125
  • 187
Monali
  • 1,966
  • 12
  • 39
  • 59

4 Answers4

4

Check out the Foursquare page for developers. They are having an API which you can use.

here: http://developer.foursquare.com/

Aman Alam
  • 11,231
  • 7
  • 46
  • 81
  • can u plz tell me from where i will get API credentials. – Monali Jan 21 '11 at 06:47
  • You'll have to read the documents. spend some time with them. They have OAuth. google for some library. someone might have developed one, if not, build your own! – Aman Alam Jan 21 '11 at 06:51
2

Download the sample application from github.

https://github.com/lorensiuswlt/AndroidFoursquare

vinay kumar
  • 1,451
  • 13
  • 33
1

You can take a look at this project on github. You can learn from it ou use as a library. For now, only some methods are supported from the library.

https://github.com/condesales/easyFoursquare4Android

Ordepi
  • 51
  • 4
0

Here is my work on FourSquare on Android with the integration of Google Maps V2 : https://github.com/azfaarks/Android-Foursquare/

You need to register on foursquare and change CLIENT_ID & CLIENT_SECRET in .MainActivity file and change APIKEY in manifest before getting started.