PresenceApiService
Namespace http://api.hi5.com/presence (wsdl):
The following methods are available on this endpoint:
getOnlineFriends
Get a list of friends who are 'online' for the given userId
Input Parameters
| name | description |
|---|---|
| userId | User to find online friends for |
Return Value
A list of Online Friend IDs
Faults
| name | description |
|---|---|
| PermissionDeniedException | (no documentation provided) |
| UnauthorizedException | (no documentation provided) |
isOnline
Determine if a particular user is 'on-line'
Input Parameters
| name | description |
|---|---|
| userId | - userId to test |
Return Value
A response containing the userId and the online presence
Faults
| name | description |
|---|---|
| PermissionDeniedException | when no auth token is present |
| UnauthorizedException | - When request violates hi5 internal constraints. |