NAME

Net::Backtype - client for the backtype API

SYNOPSIS

use Net::Backtype;
my $client = Net::Backtype->new();
my $res = $client->comments_page(url => 'http://...', key => $mykey);

DESCRIPTION

Net::Backtype is a client for the backtype API

METHODS

user_comment

See http://www.backtype.com/developers/user-comments.

user_followers

See http://www.backtype.com/developers/user-followers.

user_following

See http://www.backtype.com/developers/user-following.

user_home

See http://www.backtype.com/developers/user-home-feed.

user_profile

See http://www.backtype.com/developers/user-profile.

See http://www.backtype.com/developers/comments-search.

comments_connect

See http://www.backtype.com/developers/comments-connect.

comments_connect_stats

See http://www.backtype.com/developers/comments-connect-stats.

comments_author

See http://www.backtype.com/developers/url-comments.

comments_page

See http://www.backtype.com/developers/page-comments.

comments_page_stats

See http://www.backtype.com/developers/page-comments-stats.

AUTHOR

franck cuny <franckcuny@lumberjaph.net>

SEE ALSO

LICENSE

Copyright 2009 by Linkfluence

http://linkfluence.net

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.