- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
php.
The client doesn't throw an error. It just makes all the screen names the same except the addition numbers added for subsequent logins. So I'm not sure what you mean by debug message.
Here's how my app decides how to authenticate you. tokens are retrieved for hosts and participant prior to this.
if ( myToken != "" )
{
_view.connectSession.authenticator.authenticationKey = myToken;
}else{
_view.connectSession.authenticator.userName = settings.user.firstName" "settings.user.lastName;
_view.connectSession.authenticator.password = null;
}
_view.connectSession.login();
None of my audience members have adobeID's.
John
Views
Replies
0 Likes
Total Likes