how to use foursquare API in android application?

2019-01-25 20:36发布

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?

4条回答
不美不萌又怎样
2楼-- · 2019-01-25 21:06

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.

查看更多
一纸荒年 Trace。
3楼-- · 2019-01-25 21:11

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

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

查看更多
兄弟一词,经得起流年.
4楼-- · 2019-01-25 21:13

Download the sample application from github.

https://github.com/lorensiuswlt/AndroidFoursquare

查看更多
可以哭但决不认输i
5楼-- · 2019-01-25 21:13

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

查看更多
登录 后发表回答