inconsistent venue details when using categoryid | Ramesh kumar Velusamy | 11/9/11 6:40 AM | Hi, I just started playing with foursquare api for my new app. My ultimate aim is to get the venue details by the category and radius. Ffirst i queried fq to get the available categories. for ex category id for the train station is "id": "4bf58dd8d48988d129951735",
To get the nearby railway stations in the area i tried https://api.foursquare.com/v2/venues/search?ll=13.0454044,80.22167450000006&categoryid=4bf58dd8d48988d129951735&radius=1000
it returns tottally relevant results,
but when i use query param instead categoryid
|
Re: inconsistent venue details when using categoryid | Akshay Patil | 11/9/11 10:45 AM | Hi Ramesh, That's indeed strange. We're investigating
-- Akshay Patil / Foursquare Platform Evangelist @akdotcom / @foursquareapi -- |
Re: inconsistent venue details when using categoryid | Ramesh kumar Velusamy | 11/10/11 2:13 AM | Hi Akshay, Any updates in this.? seems the problem still there.. Cheers |
Re: inconsistent venue details when using categoryid | Akshay Patil | 11/10/11 2:33 PM | Hi Ramesh, False alarm. Be sure to capitalize the "I" in categoryId when using that param.
|
Re: inconsistent venue details when using categoryid | Ramesh kumar Velusamy | 11/11/11 12:59 AM | Oh what a stupid careless mistake, :(
one more question, is there a way to query the venues by multiple categories at the same time? i tried passing multiple categories separated by '|' and ',', but it doesn't work. Cheers On Nov 11, 3:33 am, Akshay Patil <a...@foursquare.com> wrote:> > On Wed, Nov 9, 2011 at 9:40 AM, Ramesh kumar Velusamy <ramesh...@gmail.com > > > wrote:> >>https://api.foursquare.com/v2/venues/search?ll=13.0454044,80.22167450... > >>https://api.foursquare.com/v2/venues/search?ll=13.0454044,80.22167450... > > >> { |
Re: inconsistent venue details when using categoryid | Akshay Patil | 11/11/11 8:09 AM | At this time we only support restricting the query to one category
|