GetUserFriends will return a paged list of the the specified user's friends. Use the totalCount element
to determine the actual number of friends the user has and to calculate the number of pages to retrieve.
|
URL:
http://www.livevideo.com/api/GetUserFriends.ashx? developerId={My Developer Id}&userName={User Name}&page={Page Number}&pageSize={Page Size}
|
Parameters:
|
developerId (required): |
Your developer id |
|
userName (required): |
The user name for which you're requesting the list of friends |
|
page (optional): |
The page number. If this parameter is not passed, the first page will be returned. |
|
pageSize (optional): |
The number of friends per page (maximum 30). If this parameter is not passed, 20 friends per page will be returned. |
|
Example Response:
|