foursquare2
foursquare2 copied to clipboard
Paginating venues not possible?
I'm using the explore_venues
method (I'll send a PR to add this and other missing methods to the list of available methods on the homepage).
The maximum possible items in one query is 100. Currently there's no way of getting items 101 to however are present.
For eg., my example call gives a totalResults: 322
in the initial response.
Is it possible to be able to page through the responses? This is more of a question.
Did anyone ever figure this out? I'm trying to use the search_venue
method which allows a limit of up to 50 venues.
Is there really not a way to get the next page using this gem?
I'm getting only up 30 venues on my request even thought when testing the api on explore I'm getting more. Anyone?