Pagination in venues/Photos seems not to work
Opened this issue · 3 comments
I'd try to fetch paginate photos from a venue, but the offset param seems not to work
any idea or working example code??
Can you paste in your code which doesn't work?
$venue = $fsObjUnAuth->get('/venues/4bbf6e7fb083a5931c6da3e9/photos', array('group' => 'venue','offset' => '2', 'limit' => '10') );
And the result is always the first 10 photos, no matter which the offset value is.
Can't seem to get their API Explorer to honor the limit.
https://developer.foursquare.com/docs/explore.html#req=venues/4bbf6e7fb083a5931c6da3e9/photos%3Fgroup%3Dvenue%26offset%3D2%26limit%3D10
All this library does it append the parameters passed in to the query string. Can you post on the FS api group?
I'm really swamped and don't have a ton of time to resolve this. But the library is simple and acts as a passthrough for the parameters - doesn't do anything special IIRC.