
Net::Backtype - client for the backtype API

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

Net::Backtype is a client for the backtype API
See http://www.backtype.com/developers/comments-connect-stats.

franck cuny <franckcuny@lumberjaph.net>


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