Net::Douban::Review - Net::Douban::Review documentation


Net-Douban documentation  | view source Contained in the Net-Douban distribution.

Index


NAME

Top

Net::Douban::Subject

VERSION

Top

version 1.07

SYNOPSIS

Top

	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);

DESCRIPTION

Top

Interface to douban.com API Review section

METHODS

Top

Those methods return a Net::Douban::Atom object which can be use to get data conveniently

get_review
get_user_review

userID required

get_book_review
get_moview_review
get_music_review
post_review

post XML required

put_review

modify your review, reviewID and put XML required

delete_review

reviewID required

SEE ALSO

Top

Net::Douban Net::Douban::Atom Moose XML::Atom http://www.douban.com/service/apidoc/reference/review

AUTHOR

Top

woosley.xu<redicaps@gmail.com>

COPYRIGHT

Top


Net-Douban documentation  | view source Contained in the Net-Douban distribution.