EpikTube
Broadcast Yourself
Sign Up | Log In | Help
My Videos | My Favorites | My Messages | My Subscriptions | My Playlists | My Groups | My Profile
This page was generated using EpikTube's old page loader, do not report any bugs. Errors are enabled.

epiktube.users.list_favorite_videos (API Function Reference)

Description
Lists a user's favorite videos.
Parameters
method: epiktube.users.list_favorite_videos (only needed as an explicit parameter for REST calls)
user: The user to retrieve the favorite videos for. This is the same as the name that shows up on the EpikTube website.
Example Response
<video_list>
    <video>
        <author>epiktuberocks</author>
        <id>k0gEeue2sLk</id> <!-- this ID can be used with epiktube.videos.get_details -->
        <title>My First Motion Picture</title>
        <length_seconds>16</length_seconds> <!-- length of video -->
        <rating_avg>3.75</rating_avg>
        <rating_count>10</rating_count>
        <description>This is the video description shown on the EpikTube site.</description>
        <view_count>170</view_count>
        <upload_time>1121398533</upload_time> <!-- UNIX-style time, secs since 1/1/1970 -->
        <comment_count>1</comment_count> <!-- how many comments does this video have? -->
        <tags>feature film documentary</tags>
        <url>http://www.epiktube.xyz/watch?v=k04Eeue24Lk</url>
        <thumbnail_url>http://www.epiktube.xyz/get_still?video_id=k04Eeue24Lk</thumbnail_url>
    </video>
    <video>
        ... another video ...
    </video>
</video_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.™