我习惯于签到
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: [ ]
}
}
}