you basically need step 4 :) you can enter the dashboard using following URL http://localhost:5080/openmeetings?secureHash= *63ec9442133d717fab4339c971e3ba4f*
hash in bold is generated by you on step 3 On Tue, Nov 26, 2013 at 4:37 PM, 小野圭二 <[email protected]> wrote: > Wow, sorry for missing minus, it seems like i am tired. ;-b > Then i got as following, seems like hash code. > <ns:setUserObjectMainLandingZoneResponse> > > <ns:return>63ec9442133d717fab4339c971e3ba4f</ns:return></ns:setUserObjectMainLandingZoneResponse> > > The url is > > http://localhost:5080/openmeetings/services/UserService/setUserObjectMainLandingZone?SID=e50cd93df12e620d30f6eb66e46110d9&username=onoke&firstname=ono1&lastname=keiji&profilePictureUrl=&[email protected]&externalUserId=&externalUserType= > > I expectd to enter into dashboard by the above url, but just return xml. > > Guaaaa. > > -Ono > > > > 2013/11/26 Maxim Solodovnik <[email protected]> > >> According to this table >> http://openmeetings.apache.org/ErrorsTable.html >> -26 ErrorAdmin authorization required >> >> on step 2 you need to login as admin/soap user >> on step 3 you need to set all the details of your "external" user >> >> According to the code you can only go to dashboard using this function >> (other areas are not accessible) >> >> >> On Tue, Nov 26, 2013 at 3:31 PM, 小野圭二 <[email protected]> wrote: >> >>> Hi Maxim, >>> >>> Thank you for your reply, and i shame my blind eyes. >>> But i could not entry to the dashboard directly by using the api. >>> My procedure as following, >>> >>> 1.get session by using getSession() >>> 2.login by using loginUser() >>> 3.then redirect to the server by using setUserObjectMainLandingZone() >>> >>> I used all for REST. >>> I got xml strings from 3 as following, it seems works. >>> >>> <ns:setUserObjectMainLandingZoneResponse> >>> <ns:return>-26</ns:return> >>> </ns:setUserObjectMainLandingZoneResponse> >>> >>> Any lack in my procedure? >>> >>> Thx. >>> >>> -Ono >>> >>> 2013/11/26 Maxim Solodovnik <[email protected]>: >>> > Hello Ono, >>> > >>> > I guess you need this method >>> > >>> http://openmeetings.apache.org/UserService.html#setUserObjectMainLandingZone >>> > >>> > zones are listed here: >>> > http://openmeetings.apache.org/GeneralConfiguration.html under >>> > "default.landing.zone" key >>> > >>> > >>> > On Tue, Nov 26, 2013 at 7:35 AM, 小野圭二 <[email protected]> wrote: >>> >> >>> >> Hi, >>> >> >>> >> I know how to enter any meeting room directly by using api, but could >>> >> not figure out to enter home at first. >>> >> Is there any way to do this? >>> >> >>> >> Thx >>> >> >>> >> -Ono >>> > >>> > >>> > >>> > >>> > -- >>> > WBR >>> > Maxim aka solomax >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > -- WBR Maxim aka solomax
