Namespace: Photos

Foursquare ยป Photos

Source:
./lib/node-foursquare.js, line 27

Methods

<static> getPhoto(photoId, accessToken, callback)

Retrieve a photo from Foursquare.

Source:
./lib/node-foursquare.js, line 600
See:
  • https://developer.foursquare.com/docs/photos/photos.html
Parameters:
Name Type Description
photoId String The id of the Photo to retreive.
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).