NAME

Net::Douban::Miniblog

VERSION

version 1.07_1

SYNOPSIS

	use Net::Douban::Miniblog;
	$miniblog = Net::Douban::Miniblog->new(
		apikey => '....',
        # or
        oauth => $consumer,
	);

	$atom = $miniblog->get_user_miniblog(userID => 'Net-Douban');
	$atom = $miniblog->get_contact_miniblog(userID => 'Net-Douban');

DESCRIPTION

Interface to douban.com API Miniblog section

METHODS

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

get_user_miniblog
get_contact_miniblog
post_saying
delete_miniblog
get_reply
post_reply

SEE ALSO

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

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.