A module for retrieving information about Photos from Foursquare.
- Source:
- ../node-foursquare/lib/photos.js, line 1
Methods
-
<static> getPhoto(photoId, accessToken, callback)
-
Retrieve a photo from Foursquare.
- Source:
- ../node-foursquare/lib/photos.js, line 19
- 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).