| Net-Douban documentation | view source | Contained in the Net-Douban distribution. |
Net::Douban::Subject
version 1.07
use Net::Douban::Subject;
my $user = Net::Douban::Review->new(
apikey => '....',
# or
oauth => $consumer,
);
$atom = $user->get_review(reviewID => 1138468);
$atom = $user->get_user_review(userID => '2265138', start_index => 5, max_results => 10);
Interface to douban.com API Review section
Those methods return a Net::Douban::Atom object which can be use to get data conveniently
userID required
post XML required
modify your review, reviewID and put XML required
reviewID required
Net::Douban Net::Douban::Atom Moose XML::Atom http://www.douban.com/service/apidoc/reference/review
woosley.xu<redicaps@gmail.com>
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.
| Net-Douban documentation | view source | Contained in the Net-Douban distribution. |