5

我想在我的 android 应用程序中使用foursquare API。在我的应用程序中,我想获取附近的地方。

你能告诉我如何开始吗?

4

4 回答 4

4

查看面向开发人员的 Foursquare 页面。他们有一个你可以使用的 API。

这里:http: //developer.foursquare.com/

于 2011-01-21T05:41:22.377 回答
2

从 github 下载示例应用程序。

https://github.com/lorensiuswlt/AndroidFoursquare

于 2012-03-24T08:36:05.593 回答
1

你可以在 github 上看看这个项目。您可以从中学习并用作图书馆。目前,该库仅支持某些方法。

https://github.com/condesales/easyFoursquare4Android

于 2012-07-03T15:05:34.900 回答
0

这是我在 Android 上与 Google Maps V2 集成的 FourSquare 的工作:https ://github.com/azfaarks/Android-Foursquare/

在开始之前,您需要在foursquare 上注册并更改.MainActivity 文件中的CLIENT_ID 和CLIENT_SECRET 并更改清单中的APIKEY。

于 2015-03-19T05:08:34.167 回答