flickrex v0.3.0 Flickr.Photosets.Comments
Summary
Functions
Add a comment to a photoset
Delete a photoset comment as the currently authenticated user
Edit the text of a comment as the currently authenticated user
Returns the comments for a photoset
Types
Functions
Add a comment to a photoset.
This method requires authentication with “write” permission.
Arguments
photoset_id
- (required) The id of the photoset to add a comment to.comment_text
- (required) Text of the comment
Delete a photoset comment as the currently authenticated user.
This method requires authentication with “write” permission.
Arguments
comment_id
- (required) The id of the comment to delete from a photoset.