- Home
- Multimedia
- UgcPhoto
UgcPhoto
The UgcPhoto object
Method | Description |
---|---|
addGallery | Creates a photo gallery on the given blog. |
deletePhoto | Deletes a photo. |
getGalleries | Gets all galleries for a site. |
getPhotoInfo | Gets information about a particular photo. |
getPhotos | Gets all of the photos for a user id or a url. |
incrementViews | Increments the view count for a photo. |
setProfilePhoto | Sets the profile picture for a given user or group. |
updatePhotoCaption | Updates the caption for a given photoID. |
updatePhotoStatus | Updates the status of a photo. |
uploadPhoto | Handles the uploading of photos. The "file" method requires the photo to be passed via POST with multipart/form-data. |