Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am building an app that rely on Foursquare venue, I have a table that associate with the venue id. But the problem is, what will happen if 2 venues merged? Will one of the old venue destroyed, or both destroyed and replace with new id?

Will the old id still able to associate to the newly merged venue?

This is crucial, as it might break my app.

Thanks.

share|improve this question

1 Answer

The more established venue (generally by number of check-ins) will consume the duplicate venue ID. Requests to the api with the ID of the consumed venue will return the new venue object (with the winning venue ID)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.