flickr-0.3.3: Haskell binding to the Flickr API

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

Flickr.Contacts

Description

flickr.contacts API, fetching a user's contact list.

Synopsis

Documentation

getList :: Maybe Filter -> FM [Contact]Source

Get a list of contacts for the calling user.

getPublicList :: UserID -> FM [Contact]Source

Get the contact list for a user.