Foursquare API(探索场所)未返回 url 和菜单 url
Foursquare API (explore venues) not returning url and menu url
当我进行 api 调用(见底部)以检索请求时,foursquare 不包括所有场地数据。 json 输出告诉我场地有菜单(通过 hasMenu = true),但 return 没有菜单对象。还有其他人遇到这个问题吗?
https://api.foursquare.com/v2/venues/explore?client_id=CLIENT_ID&client_secret= CLIENT_SECRET&v=20150804&ll=latitude,longitude§ion=food &venuePhotos=1&m=foursquare
m=foursquare
没有必要。请尝试以下 URL:
https://api.foursquare.com/v2/venues/explore?client_id=CLIENT_ID&client_secret= CLIENT_SECRET&v=20150804&ll=latitude,longitude§ion=food &venuePhotos=1
当我进行 api 调用(见底部)以检索请求时,foursquare 不包括所有场地数据。 json 输出告诉我场地有菜单(通过 hasMenu = true),但 return 没有菜单对象。还有其他人遇到这个问题吗?
https://api.foursquare.com/v2/venues/explore?client_id=CLIENT_ID&client_secret= CLIENT_SECRET&v=20150804&ll=latitude,longitude§ion=food &venuePhotos=1&m=foursquare
m=foursquare
没有必要。请尝试以下 URL:
https://api.foursquare.com/v2/venues/explore?client_id=CLIENT_ID&client_secret= CLIENT_SECRET&v=20150804&ll=latitude,longitude§ion=food &venuePhotos=1