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

NAME

Net::Douban::Miniblog

VERSION

version 1.14

SYNOPSIS

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

DESCRIPTION

Interface to douban.com API Miniblog section

METHODS

get_user_miniblog

argument: userID

get_contact_miniblog

argument: userID

post_miniblog

argument: content

delete_miniblog

argument: miniblogID

get_miniblog_comments

argument: miniblogID

post_miniblog_comment

argument: ['miniblogID', 'content']

SEE ALSO

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

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.