资 源 简 介
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