Hi there! Currently i am working on a collaborativebrainstorming app. I
came across cocomo (now afcs) and it workedlike a charm out of the box.
Now i am trying to give the user thepossibility to add new rooms. I do
this with php. When i try to adda room, the return-value is empty, the
room is not created. When itry to list the rooms i get a HTTP 403 -
forbidden error. Openingthe afcs dev console lists one room: mymeeting.
I cannot add ordelete rooms. Accessing via the developer portal i see my
o...