统一 Android 地理位置签到意图

发布于 2024-12-15 20:48:29 字数 126 浏览 0 评论 0原文

我想在我的 Android 应用程序中添加地理签到(到 Facebook 位置、Foursquare 或 Gowala)功能,并且我正在寻找适当的意图来执行此操作。

有这样的事吗?如果没有,与上述服务交互的最佳方式是什么?

I want to add a geo check-in (to Facebook places, Foursquare or Gowala) feature to my Android app and I am looking for an appropriate intent to do so.

Is there anything like that? If not, what is the best way to interact with the services mentioned above?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

把人绕傻吧 2024-12-22 20:48:29

对于 foursquare,您可以使用意图将用户发送到 foursquare 应用程序的场地页面。但所有服务都没有“通用”意图。有关 foursquare android 意图的更多详细信息,请参阅 https://developer.foursquare.com/client/index

For foursquare, you can send a user to the venue page of the foursquare app using an intent. There is no "universal" intent across all services though. See https://developer.foursquare.com/client/index for more details about foursquare android intents

我一直都在从未离去 2024-12-22 20:48:29

最好的方法是检查每个 Android 的 SDK。

https://github.com/facebook/facebook-android-sdk/

http://code.google.com/p/foursquare-android-sdk/

不知道是否有 gowala 的。

The best way to do so is checking each of one those's SDK for Android.

https://github.com/facebook/facebook-android-sdk/

http://code.google.com/p/foursquare-android-sdk/

And dont know if there's any for gowala.

您的好友蓝忘机已上羡 2024-12-22 20:48:29

I don't think there is one (yet), but have you considered getting in touch with the guys running Open Intents? They run an intent registry for exactly these sorts of things.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文