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.