- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Raf,
Thanks for you quick response. I guess I'm unclear on what your saying again. Here's the php that's getting the token.
/**
Gets an Adobe token for a user/role from the AFCS service.
*
@param string $screenName Name this user will display as.
@param string $password Password this user will use.
@param string $livePermission The user's role integer.
@return string Contains token on success.
*/
public function getToken($roomName, $screenName, $password, $livePermission) {
$session = $account->getSession($roomName);
$token = $session->getAuthenticationToken($secret, $screenName, $password, $livePermission);
return $token;
}
I don't see a user ID. We do have unique ids for each user, but I"m not sure how to deliver this to the service.
John
Views
Replies
Total Likes