Hi.
I just tried.
one of my twitter account is working well but not others. I tried 3 accounts.
reason for not working is Net::Twitter->following() return 'Not found' .
So the problem is not coming from Net::Twitter::Diff.
# this code is working one of three accounts.
use warnings;
use strict;
use Net::Twitter::Diff;
use Data::Dumper;
my $nt = Net::Twitter::Diff->new(
username => 'xxxxxx',
password => 'xxxxxxx'
);
warn Dumper $nt->following();
warn Dumper $nt->diff();
thanks