foursquare-api-java
foursquare-api-java copied to clipboard
Foursquare V2 API for Java
Obviously this is now totally outdated
The info below seems obsolete: https://github.com/clinejj/foursquare-api-java/wiki/Maven Thank you !
Error occured: code: 410 type: param_error detail: The Foursquare API no longer supports requests that pass in a version v
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 =...