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
- user_followers
- user_following
- user_home
- user_profile
- comments_search
- comments_connect
- comments_connect_stats
-
See http://www.backtype.com/developers/comments-connect-stats.
- comments_page
- comments_page_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.