Skip Menu |

This queue is for tickets about the Net-Twitter-Diff CPAN distribution.

Report information
The Basics
Id: 53877
Status: resolved
Priority: 0/
Queue: Net-Twitter-Diff

People
Owner: Nobody in particular
Requestors: t.chomiuk [...] googlemail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: not working
Date: Thu, 21 Jan 2010 10:32:34 +0000
To: bug-Net-Twitter-Diff [...] rt.cpan.org
From: Tomasz Chomiuk <t.chomiuk [...] googlemail.com>
I've just done copy/paste test of your module and it doesn't seem to be working... could it be because of the recent twitter policy changes? Have you tested it yourself recently? Thanks
Subject: Re: [rt.cpan.org #53877] not working
Date: Thu, 21 Jan 2010 21:47:29 +0900
To: bug-Net-Twitter-Diff [...] rt.cpan.org
From: Tomohiro Teranishi <tomohiro.teranishi [...] gmail.com>
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
Subject: Re: [rt.cpan.org #53877] not working
Date: Thu, 21 Jan 2010 14:17:42 +0000
To: bug-Net-Twitter-Diff [...] rt.cpan.org
From: Tomasz Chomiuk <t.chomiuk [...] googlemail.com>
I have just reported it to the Net:Twitter people: https://rt.cpan.org/Public/Bug/Display.html?id=53881 2010/1/21 Tomohiro Teranishi via RT <bug-Net-Twitter-Diff@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=53877 > > > 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 > >
This isn't a Net::Twitter or Net::Twitter::Diff bug. The Twitter API is returning the 404 errors. See: http://code.google.com/p/twitter-api/issues/detail?id=1264 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/ece2aec4fe601bd9