How can I get checkins in a certain location on Foursquare?

你说的曾经没有我的故事 提交于 2019-12-11 05:34:16

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/22390776/how-can-i-get-checkins-in-a-certain-location-on-foursquare

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!