- Source:
- ./lib/node-foursquare.js, line 27
Methods
-
<static> getSettings(accessToken, callback)
-
Retreive Foursquare settings for the current user.
- Source:
- ./lib/node-foursquare.js, line 618
- See:
-
- https://developer.foursquare.com/docs/settings/all.html
Parameters:
Name Type Description accessToken
String The access token provided by Foursquare for the current user. callback
Function The function to call with results, function({Error} error, {Object} results).