Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
256 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...