how to use foursquare API in android application?
Asked Answered
E

4

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?

Ensoll answered 21/1, 2011 at 5:26 Comment(0)
G
4

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

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

Grayce answered 21/1, 2011 at 5:41 Comment(2)
can u plz tell me from where i will get API credentials.Ensoll
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!Grayce
A
2

Download the sample application from github.

https://github.com/lorensiuswlt/AndroidFoursquare

Archipenko answered 24/3, 2012 at 8:36 Comment(0)
S
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

Snobbish answered 3/7, 2012 at 15:5 Comment(2)
Did you make your own api key access?Snobbish
I have successfully integrated foursquare in my Project. But i don't know that i got success with your code or not.Clyve
L
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.

Ladida answered 19/3, 2015 at 5:8 Comment(3)
foursquare API is paid or freeHawaiian
Yes, Foursquare API is free.Ladida
thaq@Azfaar kabir SiddiquiHawaiian

© 2022 - 2024 — McMap. All rights reserved.