flickr-0.3.3: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Safe HaskellSafe-Infered

Flickr.Blogs

Description

flickr.blogs API, accessing a user's blogs + post photos to them.

Synopsis

Documentation

getList :: FM [Blog]Source

Get a list of configured blogs for the calling user.

postPhotoSource

Arguments

:: BlogID 
-> PhotoID

photo id

-> String

title

-> String

description

-> Maybe String

password

-> FM () 

Post a photo to the given blog.