- Source:
- ./lib/node-foursquare.js, line 27
Methods
-
<static> getTip(tipId, accessToken, callback)
-
Retrieve a Tip.
- Source:
- ./lib/node-foursquare.js, line 559
- See:
-
- https://developer.foursquare.com/docs/tips/tips.html
Parameters:
Name Type Description tipId
String The id of a Tip. 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). -
<static> search([params], accessToken, callback)
-
- Source:
- ./lib/node-foursquare.js, line 577
- See:
-
- http://developer.foursquare.com/docs/tips/search.html
Parameters:
Name Type Argument Description params
Object <optional>
An object containing additional parameters. Refer to Foursquare documentation for details on currently supported parameters. 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).