Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在开发一个应用程序,当我想在使用foursquare API 时执行一个或多个类别的搜索时,我需要知道如何访问endpoit url。这就是我如何构建我的 Url 以返回特定类别。以及如何将它与场地搜索的 API 端点结合起来
您可以在 /venues/search 的“categoryId”参数中指定一个逗号分隔的类别 ID 列表,这会将返回的场所过滤到这些类别中的场所。