foursquare-js-api


Foursquare Api Wrapper for Javascript

Foursquare-js-api is a standalone javascript wrapper for the Foursquare Api (v2). Using this api you can currently access all available endpoints.

Questions, issues & feature requests

Questions are preferred to be posted in the google group set up for this project; http://groups.google.com/group/foursquare-js-api

Issues and feature requests can be posted as an issue.

WARNING - Version 0.2 released

This version of the library alters all methods in such a manner that the applications build upon the older versions may not work anymore.

  • Refactored methods
  • Added few examples

Example

``` var client = new FourSquareClient("", "", "", "");

client.venuesClient.venues("", { onSuccess: function(data) { // do something with the response // actual object data is inside: data.response }, onFailure: function(data) { // the request failed } }); ```

Project Information

The project was created on Mar 25, 2011.

Labels:
Foursquare JavaScript JS API Standalone Wrapper FoursquareAPI