14151617181920
this.clientId = clientId; this.clientSecret = clientSecret; } public Foursquare getApi(String accessToken) { return new FoursquareTemplate(clientId, clientSecret, accessToken); }