问题描述
我想标题是不言自明的.我想在给定纬度和经度的情况下,在某个区域获取所有签到信息.
I guess the title is pretty self-explanatory. I want to get all the checkins in a certain area given the latitude and longitude.
我只能找到https://developer.foursquare.com/docs/checkins/recent
和https://developer.foursquare.com/docs/venues/venues
,但是它们都不对我有用.
All I've been able to find is https://developer.foursquare.com/docs/checkins/recent
and https://developer.foursquare.com/docs/venues/venues
, but neither of them are useful for me.
我很确定一定有办法,但是我找不到.
I'm pretty sure there has to be a way, but I can't find it.
推荐答案
使用此api并按每个场所的"hereNow"
计数进行过滤,这将为您提供该位置当前的人数
Use this api and filter by "hereNow"
count for each venue, this will give you count of people currently in that location
https://api.foursquare.com/v2/venues/search
此处有更多详细信息: https://developer.foursquare.com/docs/venues/search
more details here: https://developer.foursquare.com/docs/venues/search
这篇关于如何在Foursquare上的特定位置签到?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!