문제

I guess the title is pretty self-explanatory. I want to get all the checkins in a certain area given the latitude and longitude.

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.

도움이 되었습니까?

해결책

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

more details here: https://developer.foursquare.com/docs/venues/search

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top