3

我习惯于签到

https://api.foursquare.com/v2/venues/4b64c88af964a520d4cf2ae3/herenow?oauth_token=XXXXXXX&v=20120725

但昨天,我意识到我的应用程序无法正常工作。我无法获得物品[](在特定场所检查的人)。像这样检索 json 的 Web 服务;

{
   meta: {
   code: 200
}
notifications: [
{
  type: "notificationTray"
  item: {
  unreadCount: 0
}
}
]
response: {
hereNow: {
  count: 16
  items: [ ]
}
}
}
4

2 回答 2

2

seriakillaz 是对的——您看到的行为是故意的,并且在他链接到的电子邮件中进行了描述。

不过,总的来说,如果您正在检查一个地方,hereNow会像以前一样工作(官方的foursquare 应用程序使用我们公开记录的相同端点)。

如果您在考虑新政策后遇到问题,请查看我对 seriakillaz 问题的回复: hereNow not working as expected

于 2012-07-25T17:24:06.753 回答
1

他们刚刚更改了 hereNow 端点:https ://groups.google.com/forum/?fromgroups#!topic/foursquare-api/rmS0DbKKOHo

但是,即使我在某个地方办理登机手续,它也对我不起作用......

于 2012-07-25T08:59:55.903 回答