NAME

Net::Douban::User

VERSION

version 1.03

SYNOPSIS

	use Net::Douban::User;
	my $user = Net::Douban::User->new(
		userID => 'Net-Douban',
		apikey => '....',
        # or
        oauth => $consumer,
	);
	$user->userID('abei');

	$atom = $user->get_user;
	$atom = $user->get_friends;
	$atom = $user->get_contacts;

DESCRIPTION

Interface to douban.com API User section

METHODS

get_user
get_contacts
get_friends
get_auth_user

SEE ALSO

Net::Douban Net::Douban::Atom Moose XML::Atom douban.com/service/apidoc

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.