EpikTube
Sign Up | My Account | Viewing History | Help | Log In
Search for   
We have detected that you are not using Firefox or Internet Explorer.

Please keep in mind that EpikTube is designed for Firefox/Internet Explorer and some site elements may be broken on other browsers.

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.
Advertise With Us | About Us | Help Center | Safety Tips | Developers | Terms of Use | Privacy Policy | Jobs

Copyright © 2025 EpikTube, Inc.