NAME

Net::Twitter::FriendFinder::From::TwitterDiff - search from Net::Twitter::Diff

SYNOPSYS

use Net::Twitter::FriendFinder; my $tf = Net::Twitter::FriendFinder->new({ from => { 'TwitterDiff' => { username => 'tomyhero' , password => '********' } } });

# this one search who you are not following but followed
$tf->search();
or 
# If you set parameter then , search $twitter_name's following but you are not following
# $tf->search( $twitter_name );
$tf->show();

DESCRIPTION

You can get Net::Twitter::Diff from bellow svn repo for now.

svn co http://svn.coderepos.org/share/lang/perl/Net-Twitter-Diff/trunk/

Search friends who are not folloing bug they are following you.

METHOD

AUTHOR

Tomohiro Teranishi<tomohiro.teranishi@gmail.com>