通过 JSON 在 Google Latitude API 中获取经过身份验证的用户的过去签入
我将其交叉发布到 latitude-api 谷歌组,但那里似乎没有很多活动,所以这里是:
有没有一种方法可以使用 latitude api 来获取最近的签到 经过身份验证的用户?我摆弄了 Java 中的 latitude-api 示例,但没有成功。
只是要明确:我想得到一个 JSON 响应,包括姓名和过去签到的时间。我 在地方 api 和 纬度 API。 我是否必须以某种方式手动为纬度/经度分配一个位置 回复?然而,这仍然不能告诉我实际的状态 用户(签入或未签入)。
有什么指点吗?
干杯, 文森特
I cross-posted this to the latitude-api google group but there doesn't seem to be alot of activity around there so here it goes:
is there a way to use the latitude api to GET the recent checkins of
an authenticated user? I fiddled around with the latitude-api examples in Java but no avail.
Just to be clear: I would like to get a
JSON response that includes the name and the time of past checkins. I
couldn't find any reference to this in the places api nor in the
latitude api.
Would I have to somehow manually assign a place to a lat/long
response? However that would still not give me the actual status of
the user (checked in or not).
Any pointers?
Cheers,
Vincent
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我设法解决了这个问题:
Android Latitude 签入不是由 latitude api 或 place api 处理的,而是由 Google Buzz api 处理的。因此,此处将是开始查找的正确位置。
Alright, I managed to solve this:
The Android Latitude checkins do not get handled by the latitude api or the places api but by the Google Buzz api. So this would be the right place to start looking.