我目前正在使用Foursquare API来查询场馆列表。
但是,我需要查询出一些特定的场所是“管理”的。(托管是指拥有Foursquare帐户并使用Foursquare进行业务的场馆)
但是,我不能使用"https://developer.foursquare.com/docs/venues/managed“中的方法来获取结果,因为它只适用于当前用户。
我检查了场所搜索响应,发现有一个名为"verified"(https://developer.foursquare.com/docs/responses/venue)的值。这是不是意味着“管理”?
发布于 2012-10-10 04:40:58
"verified“属性表示该场所已被其所有者认领。有关详细信息,请参阅https://developer.foursquare.com/docs/responses/venue。
https://stackoverflow.com/questions/12785990
复制相似问题