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

epiktube.users.get_profile (API Function Reference)

Description
Retrieves the public parts of a user profile.
Parameters
method: epiktube.users.get_profile (only needed as an explicit parameter for REST calls)
user: The user to retrieve the profile for. This is the same as the name that shows up on the EpikTube website.
Example Response
<user_profile>
    <first_name>Bob</first_name>
    <last_name>Jones</last_name>
    <about_me>This is my profile</about_me>
    <age>29</age>
    <video_upload_count>7</video_upload_count>
    <video_watch_count>16</video_watch_count>
    <homepage>http://www.myhomepage.com/</homepage>
    <hometown>Los Angeles, CA</hometown>
    <gender>m</gender> <!-- m or f -->
    <occupations>Abstract Artist</occupations>
    <companies>EpikTube</companies>
    <city>San Francisco, CA</city>
    <country>US</country>
    <books>Learning Python</books>
    <hobbies>EpikTube, EpikTube, EpikTube</hobbies>
    <movies>Star Wars Original Trilogy</movies>
    <relationship>taken</relationship> <!-- single, taken, or open -->
    <friend_count>5</friend_count>
    <favorite_video_count>15</favorite_video_count>
    <currently_on>false</currently_on>
</user_profile>

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.™