ffeed-0.3.1: Haskell binding to the FriendFeed API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

FriendFeed.Room

Description

Actions for fetching info on and entries from a room.

Synopsis

Documentation

getRoomProfile :: RoomName -> FFm RoomSource

Returns a list of all of the room's members and the url associated with the room (Authentication required for private rooms).

getRoomsFeeds :: FFm [Entry]Source

Returns the entries the authenticated user would see on their Rooms page - entries from all of the rooms they are members of.

getRoomEntries :: RoomName -> FFm [Entry]Source

Returns the most recent entries in the room with the given nickname. If the room is private, authentication is required.