naveen / foursquare

Automatically exported from code.google.com/p/foursquare
0 stars 0 forks source link

Adding a venue with the same name but different locations not allowed #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's a Caracas Arepa Bar in the East Village as well as one in Williamsburg. 
 I tried to add the 
Williamsburg location and got this error message.

"Duplicate entry '22-caracasarepabar' for key 2"

When you get a duplicate it would seem that you either need to allow it, or 
tell the user that the 
venue already exists and here it is.  However, in this case, it would seem that 
you need to make 
your unique key more than just the name of the place and also include the 
address potentially.

Original issue reported on code.google.com by saa...@gmail.com on 8 Mar 2009 at 8:25