epiktube.users.list_friends
(API Function Reference)
Lists a user's friends.
method: epiktube.users.list_friends
(only needed as an explicit parameter for REST calls)
user: The user to retrieve the friends for. This is the same as the name that shows up on the EpikTube website.
<friend_list>
<friend>
<user>username1</user>
<video_upload_count>1</video_upload_count>
<favorite_count>2</favorite_count>
<friend_count>3</friend_count>
</friend>
<friend>
<user>username2</user>
<video_upload_count>5</video_upload_count>
<favorite_count>3</favorite_count>
<friend_count>2</friend_count>
</friend>
... and more ...
</friend_list>