EpikTube
Broadcast Yourself
Sign Up | Log In | Help
My Videos | My Favorites | My Messages | My Subscriptions | My Playlists | My Groups | My Profile

epiktube.users.list_friends (API Function Reference)

Description
Lists a user's friends.
Parameters
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.
Example Response
<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>

Error Codes
Standard error codes

101: No user was found with the specified username.
Our Blog | Explore EpikTube | About Us | Help | Safety Tips | Developers | Terms of Use | Privacy Policy | Jobs
Copyright © 2006 EpikTube, Inc.™