foursquare-api-java icon indicating copy to clipboard operation
foursquare-api-java copied to clipboard

Foursquare V2 API for Java

Results 7 foursquare-api-java issues
Sort by recently updated
recently updated
newest added

Obviously this is now totally outdated

The info below seems obsolete: https://github.com/clinejj/foursquare-api-java/wiki/Maven Thank you !

enhancement

Error occured: code: 410 type: param_error detail: The Foursquare API no longer supports requests that pass in a version v

question

If accepted, I volunteer for this.

If accepted, I volunteer for this.

I am using this Java client to send foursquare request. there is a venuesExplore method to call explore api, but it only takes some of the parameters not all of...

I am getting jsonexception on venus search. I call venus search like below ``` public static void venuesInTheBox(double currLat,double currLon){ // First we need a initialize FoursquareApi. FoursquareApi foursquareApi =...