There is a very simple script here: https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/plugins/facebook_connect/test.php
You just need to replace the strings in the setUserObjectMainLandingZone And in the configuration parameters of course. It will log you directly in the Dashboard, not in any room. Just like: http://apps.facebook.com/openmeetings/ Sebastian 2012/5/24 Maxim Solodovnik <[email protected]> > call http://your_host:5080/openmeetings/services/UserService/getSession > remember session_id > call > http://your_host:5080/openmeetings/services/UserService/loginUser?SID=1180c6107b865a2098b9219c30b07372&username=admin&userpass=12345 > user you username/password for user with rights admin or SOAP > > http://your_host:5080/openmeetings/services/RoomService/sendInvitationHash > > you can take a look at parameters by calling > http://192.168.72.100:5080/openmeetings/services/RoomService?wsdl > > <xs:element minOccurs="0" name="valid" type="xs:int"/> > should be set to 1 == enless > > On Thu, May 24, 2012 at 12:11 PM, john felipe urrego mejia < > [email protected]> wrote: > >> How >> >> 2012/5/23 Maxim Solodovnik <[email protected]> >> >>> As an option you can generate endless room hash and enter to the room >>> directly by the URL >>> >>> On Thu, May 24, 2012 at 12:30 AM, Gary Franklin < >>> [email protected]> wrote: >>> >>>> Is there a clean way of disabling the need for usernames/passwords in >>>> OM2? This would be used internally so we really don’t need to have >>>> passwords involved.**** >>>> >>>> ** ** >>>> >>>> Gary**** >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> >> > > > -- > WBR > Maxim aka solomax > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
