NAME
Net::Backtweet - client for the backtweet API
SYNOPSIS
use Net::Backtweet;
my $client = Net::Backtweet->new();
my $res = $client->backtweet_search(q => 'http://lumberjaph.net/', key => $mykey);
DESCRIPTION
Net::Backtype is a client for the backtweet API.
METHODS
- backtweet_search
AUTHOR
franck cuny <franck@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.