NAME
Net::Douban::Recommendation
VERSION
version 1.07_2
SYNOPSIS
use Net::Douban::Recommendation;
my $recom = Net::Douban::Recommendation->new(
apikey => '....',
# or
oauth => $consumer,
);
$atom = $recom->get_recom(recomID => ...);
$atom = $event->get_user_recom(userID => ...);
DESCRIPTION
Interface to douban.com API Event section
METHODS
Most of the get methods return a Net::Douban::Atom object which can be use to get data conveniently
- get_recom
- get_comments
- get_user_recom
- post_recom
- delete_recom
- post_comment
- delete_comment
SEE ALSO
Net::Douban Net::Douban::Atom Moose XML::Atom http://www.douban.com/service/apidoc/reference/recommendation
AUTHOR
woosley.xu<redicaps@gmail.com>
COPYRIGHT
Copyright (C) 2010 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.