It seems that Room instance does not provide information about services connected to a given room?

Asked by Piotr Byzia

class Room(EqualityMixin):
    def __init__(
            self,
            nickname,
            id=None,
            name=None,
            url=None,
            private=False,
            description=None,
            members=[],
            administrators=[]
        ):

Question information

Language:
English Edit question
Status:
Answered
For:
FriendFeed PyAPI Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Chris Lasher (chris.lasher) said :
#2

Neglected this, due to grad school.

Revision history for this message
Chris Lasher (chris.lasher) said :
#3

Hi Piotr,

Indeed, you can't yet get this information from the FriendFeed API, but I'll see if I can't influence the FF devs to make that possible. It makes sense since rooms can have associated services.

Chris

Revision history for this message
Chris Lasher (chris.lasher) said :
#4

Piotr, I posted an issue to the API and alerted the FF devs of the request. Here's to hoping. http://ff.im/2UdkF

Can you help with this problem?

Provide an answer of your own, or ask Piotr Byzia for more information if necessary.

To post a message you must log in.