统一 Android 地理位置签到意图
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 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
最好的方法是检查每个 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.
我认为还没有,但是您是否考虑过与运行 Open Intents< 的人取得联系/a>?他们为这类事情运行一个意图注册表。
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.