| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Sigbjorn Finne <sof@forkIO.com> |
| Safe Haskell | Safe-Infered |
Flickr.Favorites
Description
flickr.favorites API, managing a user's favorite photos.
- add :: PhotoID -> FM ()
- remove :: PhotoID -> FM ()
- getList :: Maybe UserID -> [PhotoInfo] -> DateDetails -> FM (PhotoContext, [Photo])
- getPublicList :: UserID -> [PhotoInfo] -> DateDetails -> FM (PhotoContext, [Photo])
Documentation
getList :: Maybe UserID -> [PhotoInfo] -> DateDetails -> FM (PhotoContext, [Photo])Source
Returns a list of the user's favorite photos. Only photos which the calling user has permission to see are returned.
getPublicList :: UserID -> [PhotoInfo] -> DateDetails -> FM (PhotoContext, [Photo])Source
Returns a list of favorite public photos for the given user.