Category: Integrating OnSync

I would like people to log in through my own website, can I do this? How?

Yes you can, it's quite simple. Two main types of access exist: Account Holder Access and Guest/Invitee Access.

Account Holder Access
You would use this to allow account holders to access the management screens of OnSync, to create and manage sesions and to enter sessions as an account holder.

Simply replicate this form on your website:

Code:
<form id="frm_login" name="frm_login" method="post" action="http://accountcenter.digitalsamba.com/index.php?task=login"><br />
<label for="username">Username (E-Mail address)</label><br />
<input name="username" type="text" id="username" value="" /><br />
<label for="password">Password</label><br />
<input name="password" type="password" id="password" /><br />
<input type="Submit" name="Submit" value="submit" id="submit" /><br />
<input name="action" type="hidden" value="validate" />
</form>

Guest / Invitee Access
You would use this to allow guest and invitees to access live or recorded sessions.

Simply replicate this form on your website:

Code:
<form id="frm_login" name="frm_login" method="post" action="http://accountcenter.digitalsamba.com/join.php"><br />
<label for="email">Username</label><br />
<input name="email" type="text" id="email" value="" /><br />
<label for="pw">Password</label><br />
<input name="pw" type="text" id="pw" /><br />
<input type="Submit" name="Submit" value="submit" id="submit" /><br />
<input name="id" type="hidden" value="[INSERT SESSION ID HERE]" /><br />
<input name="action" type="hidden" value="validate" />
</form>

Further integration
If you require further integration than we have outlined here, get in touch with us. We have created several custom branded interfaces to OnSync for various use cases.



Please rate this entry:

Average rating: 4 from 5

worst 1 2 3 4 5 best