ffeed-0.3.1: Haskell binding to the FriendFeed API

FriendFeed.Updates

Synopsis

Documentation

getUpdatesHome :: UpdateToken -> Maybe Int -> FFm [Entry]Source

Returns updates to the users home feed.

getUpdatesFriends :: UserName -> UpdateToken -> Maybe Int -> FFm [Entry]Source

Returns updates to a user's friends.

getUpdatesList :: ListName -> UpdateToken -> Maybe Int -> FFm [Entry]Source

Returns updates to the authenticated user's list with the given nickname.

getUpdatesRoom :: RoomName -> UpdateToken -> Maybe Int -> FFm [Entry]Source

Returns updates to the room with the given nickname.