NAME

Net::Douban::Recommendation

VERSION

version 1.12

SYNOPSIS

my $c = Net::Douban->init(Roles => 'Recommendation');

DESCRIPTION

Interface to douban.com API Event section

METHODS

get_recom

argument: recomID

get_user_recom

argument: userID

get_recom_comments

argument: recomID

post_recom

arguments: ['title', 'comment', 'link'],

delete_recom

argument: recomID

post_comment

argument: recomID, content

delete_comment

argument: recomID, commentID

SEE ALSO

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

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.