获取 Foursquare 数据
Getting Foursquare data
我正在开发一个显示餐厅、咖啡店等位置的应用程序。我想问一下是否可以使用 foursquare 数据以及 Foursquare 是否提供此类服务。
非常感谢
您可以使用搜索地点 API
https://developer.foursquare.com/docs/venues/search
示例:
搜索咖啡店 (categoryId=4bf58dd8d48988d1e0931735)
https://api.foursquare.com/v2/venues/search?categoryId=4bf58dd8d48988d1e0931735&ll=40.7,-74&oauth_token=(YOUR_OAUTH_TOKEN)
搜索餐厅 (categoryId=4bf58dd8d48988d1c4941735)
https://api.foursquare.com/v2/venues/search?categoryId=4bf58dd8d48988d1c4941735&ll=40.7,-74&oauth_token=
(YOUR_OAUTH_TOKEN)
--
您可以使用场地类别显示类别列表 API
https://developer.foursquare.com/docs/venues/categories
我正在开发一个显示餐厅、咖啡店等位置的应用程序。我想问一下是否可以使用 foursquare 数据以及 Foursquare 是否提供此类服务。
非常感谢
您可以使用搜索地点 API https://developer.foursquare.com/docs/venues/search
示例:
搜索咖啡店 (categoryId=4bf58dd8d48988d1e0931735) https://api.foursquare.com/v2/venues/search?categoryId=4bf58dd8d48988d1e0931735&ll=40.7,-74&oauth_token=(YOUR_OAUTH_TOKEN)
搜索餐厅 (categoryId=4bf58dd8d48988d1c4941735) https://api.foursquare.com/v2/venues/search?categoryId=4bf58dd8d48988d1c4941735&ll=40.7,-74&oauth_token= (YOUR_OAUTH_TOKEN)
--
您可以使用场地类别显示类别列表 API https://developer.foursquare.com/docs/venues/categories