The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Douban::User

VERSION

version 1.14

SYNOPSIS

    my $c = Net::Douban->new('Roles' => 'User');
    

DESCRIPTION

Interface to douban.com API User section

METHODS

get_user

argument: userID =item get_user_contacts

argument: userID

get_user_friends

argument: userID

search_user

argument: userID

me

SEE ALSO

Net::Douban Moose http://www.douban.com/service/apidoc/reference/user

AUTHOR

woosley.xu <woosley.xu@gmail.com>

COPYRIGHT

Copyright (C) 2010 - 2011 by Woosley.Xu

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