NAME

Buzznet::Profile - Buzznet API Profile Object

SYNOPSIS

  use Buzznet::Commetn;

DESCRIPTION

This class encapsulates profile information available from the Buzznet::API. This class is used to update profile information for the logged in user, as well as a value object for friends list and other user lists.

METHODS

password

Getter/Setter for the password. Leave this blank on an updateProfile call to keep the same password.

Updated with Buzznet::API::updateProfile.

keyword

Getter/Setter for the keyword. The keyword is used for posting images. Leave this blank on an updateProfile call to keep the same keyword.

Updated with Buzznet::API::updateProfile.

fname

Getter/Setter for the first name.

Updated with Buzznet::API::updateProfile.

lname

Getter/Setter for the last name.

Updated with Buzznet::API::updateProfile.

email

Getter/Setter for the email address.

Updated with Buzznet::API::updateProfile.

address

Getter/Setter for the mailing address.

Updated with Buzznet::API::updateProfile.

city

Getter/Setter for the city.

Updated with Buzznet::API::updateProfile.

state

Getter/Setter for the state.

Updated with Buzznet::API::updateProfile.

zip

Getter/Setter for the zip code.

Updated with Buzznet::API::updateProfile.

country

Getter/Setter for the country.

Updated with Buzznet::API::updateProfile.

dob

Getter/Setter for the date of birth.

Updated with Buzznet::API::updateProfile.

gender

Getter/Setter for the gender ["m"|"f"|""].

Updated with Buzznet::API::updateProfile.

status

Getter/Setter for the users single status. Updated with Buzznet::API::updateProfile.

username

Returns the username for this profile.

signupdate

Returns the signupdate for this users.

lastupdated

Returns the date the user last updated the profile.

title

Returns the title of the friends main gallery.

commentsOff

Returns whether comments are allowed for this user. 1=user does not allow comments, 0=user allows comments.

anonComments

Returns whether anonymous comments are allowed for this user. 1=user allows anonymous comments, 0=user does not allow anonymous comments.

messagesOff

Returns whether this user accepts private messages. 1=user has private messagess turned off. 0=user has private messages turned on.

blog

Returns the URL of the user's outside blog, such as "http://www.livejournal/com/~myname/

description

Returns the featured user description if this user is a featured user.

totalBuddies

Returns the total number of friends this user has

comments

Returns the "About Me" information for a user

thumbURL

Returns the url to a thumbnail of the profile image.

featURL

Returns the url to a featured size of the profile image.

syndURL

Returns the url to a syndication size of the profile image.

galleryURL

Returns the url to a gallery size of the profile image.

SEE ALSO

Check out http://www.buzznet.com/developers for the latest tools and libraries available for all languages and platforms. The complete XML-RPC Buzznet API can be found at http://www.buzznet.com/developers/apidocs/.

Buzznet::Entry Buzznet::Gallery Buzznet::Profile Buzznet::API

AUTHOR

Kevin Woolery, <kevin@buzznet.com>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Kevin Woolery

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.