flickr-0.3.1: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.Photos.Comments

Description

flickr.photos.comments API, setting/getting photo comments.

Synopsis

Documentation

addComment :: PhotoID -> String -> FM CommentIDSource

Add comment to a photo as the currently authenticated user.

deleteComment :: CommentID -> FM ()Source

Delete a comment as the currently authenticated user.

editComment :: CommentID -> String -> FM ()Source

Edit the text of a comment as the currently authenticated user.

getList :: PhotoID -> FM [Comment]Source

Returns the comments for a photo.