flickrex v0.6.0 Flickrex.Flickr.Photosets.Comments View Source
Link to this section 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
Link to this section Types
Link to this section 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.
Edit the text of a comment as the currently authenticated user.
This method requires authentication with “write” permission.
Arguments
comment_id
- (required) The id of the comment to edit.comment_text
- (required) Update the comment to this text.