foursquare api v2 not getting reply for herenow

2019-07-20 17:38发布

using v2 api

url

https://api.foursquare.com/v2/venues/4d5db152e0ffa1cdb12a1e54/herenow?oauth_token=FSQ_USER_TOKEN&v=20111205&limit=100

Consistent replies since yesterday

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

But I know that there are 2 checkins, 1 is mine. When I go to Foursquare.com I see the checkins for the venues. This started yesterday.

标签: foursquare
1条回答
一纸荒年 Trace。
2楼-- · 2019-07-20 18:19

Are you sure you're calling the right endpoint? Herenow returns information about people currently checked in. For total number of check-ins, you'll want to call venues/4d5db152e0ffa1cdb12a1e54 and look at the "stats" stanza

查看更多
登录 后发表回答