问题描述
我正在开发使用Foursquare API的应用程序. 该应用程序使用私有数据库(应用程序用户和帐户),但需要将(&Sopare)Foursqure场地关联. 例如,用户A是Foursquare场地的所有者,我如何与Foursquare中的特定场所同步(链接)私人用户A(我们应用中的用户)?
另一个问题,API是否支持创建和要求(验证)场地?
问候
推荐答案
我们不会公开公开通过API索取场地的方法.但是,如果您允许您的用户连接到您的应用在foursquare上,您肯定可以检测到 这并在您自己的身上标记此用户私人数据库作为在Foursquare上管理场地的管理.
问题描述
I am developing application which uses foursquare API. The app uses private DB (app users & account) but will need to associate (& claim) foursqure venue. For example, user A is owner of foursquare venue , how can i sync (link) the private user A (user in our app) with the specific venue in foursquare?
Another issue, Does the API support creating and claiming (verify) venues?
Regards
推荐答案
We don't publicly expose a way to claim venues via the API. However, if you allow your users to connect to your app and they happen to already have claimed their venue on Foursquare, you'll surely be able to detect this and mark this user in your own private DB as managing a venue on Foursquare.