Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

People
Owner: Nobody in particular
Requestors: jonmon [...] mit.edu
Cc:
AdminCc:

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



It looks like Net::Twitter is still using Twitter API v1 but this is being deprecated. Version 1.1 is now the right version. You can see this by looking at $self->{'apiurl'} in any of the subroutines.
On Sat Dec 15 20:18:40 2012, JohnnyM wrote: Show quoted text
> It looks like Net::Twitter is still using Twitter API v1 but this is being > deprecated. Version 1.1 is now the right version. > > You can see this by looking at $self->{'apiurl'} in any of the > subroutines.
An API v1.1 release is in the works. According to Twitter, v1 will be supported through 3/5/2013. Stay tuned. https://dev.twitter.com/calendar -Marc
Subject: RE: [rt.cpan.org #82008]
Date: Sat, 15 Dec 2012 20:49:28 -0500
To: <bug-Net-Twitter [...] rt.cpan.org>
From: "Johnny Monsarrat" <jonmon [...] MIT.EDU>
Hi Marc, Thanks for your hard work on this! Today for the first time I got a "no page" error because https://api.twitter.com/1/users/lookup.json does not exist anymore but https://api.twitter.com/1.1/users/lookup.json does... So this is what prompted me to investigate. Thanks for the instant reply, I love your Perl package. :) -Johnny Show quoted text
-----Original Message----- From: Marc Mims via RT [mailto:bug-Net-Twitter@rt.cpan.org] Sent: Saturday, December 15, 2012 8:27 PM To: jonmon@mit.edu Subject: [rt.cpan.org #82008] <URL: https://rt.cpan.org/Ticket/Display.html?id=82008 > On Sat Dec 15 20:18:40 2012, JohnnyM wrote:
> It looks like Net::Twitter is still using Twitter API v1 but this is being > deprecated. Version 1.1 is now the right version. > > You can see this by looking at $self->{'apiurl'} in any of the > subroutines.
An API v1.1 release is in the works. According to Twitter, v1 will be supported through 3/5/2013. Stay tuned. https://dev.twitter.com/calendar -Marc ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2805 / Virus Database: 2637/5962 - Release Date: 12/15/12
Subject: Re: [rt.cpan.org #82008]
Date: Sat, 15 Dec 2012 18:19:46 -0800
To: bug-Net-Twitter [...] rt.cpan.org
From: Marc Mims <marc [...] questright.com>
On Sat, Dec 15, 2012 at 5:49 PM, Johnny Monsarrat via RT <bug-Net-Twitter@rt.cpan.org> wrote: Show quoted text
> > Thanks for your hard work on this! Today for the first time I got a "no page" error because > > https://api.twitter.com/1/users/lookup.json does not exist anymore > > but https://api.twitter.com/1.1/users/lookup.json does... > > So this is what prompted me to investigate. Thanks for the instant reply, I love your Perl package. :)
That must have been a temporary error. It's working for me. I'm using it heavily in several applications and I'm not getting any 404 Not Found errors. You *can* get a 404 as a normal error response, meaning none of the users you requested exist on Twitter. There have been some other problems with the endpoint for lookup_users related to rate limits and the error response when the rate limit is reached, but that doesn't seem to be what you describe, here.
Subject: RE: [rt.cpan.org #82008]
Date: Sun, 16 Dec 2012 10:36:25 -0500
To: <bug-Net-Twitter [...] rt.cpan.org>
From: "Johnny Monsarrat" <jonmon [...] MIT.EDU>
Thanks, Marc! Yes, the error turned out to be with my data set. :) Show quoted text
-----Original Message----- From: Marc Mims via RT [mailto:bug-Net-Twitter@rt.cpan.org] Sent: Saturday, December 15, 2012 8:27 PM To: jonmon@mit.edu Subject: [rt.cpan.org #82008] <URL: https://rt.cpan.org/Ticket/Display.html?id=82008 > On Sat Dec 15 20:18:40 2012, JohnnyM wrote:
> It looks like Net::Twitter is still using Twitter API v1 but this is > being deprecated. Version 1.1 is now the right version. > > You can see this by looking at $self->{'apiurl'} in any of the > subroutines.
An API v1.1 release is in the works. According to Twitter, v1 will be supported through 3/5/2013. Stay tuned. https://dev.twitter.com/calendar -Marc ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2805 / Virus Database: 2637/5962 - Release Date: 12/15/12
From: netoak [...] gmail.com
Hi, after reading the documentation I check that 1.1 is already available and in 5th March 1.0 version will be disabled. Do you know if you will have a version of Net::Twitter compatible with 1.1 at that date? On Sun Dec 16 10:36:36 2012, JohnnyM wrote: Show quoted text
> Thanks, Marc! Yes, the error turned out to be with my data set. :) > > -----Original Message----- > From: Marc Mims via RT [mailto:bug-Net-Twitter@rt.cpan.org] > Sent: Saturday, December 15, 2012 8:27 PM > To: jonmon@mit.edu > Subject: [rt.cpan.org #82008] > > <URL: https://rt.cpan.org/Ticket/Display.html?id=82008 > > > On Sat Dec 15 20:18:40 2012, JohnnyM wrote:
> > It looks like Net::Twitter is still using Twitter API v1 but this is > > being deprecated. Version 1.1 is now the right version. > > > > You can see this by looking at $self->{'apiurl'} in any of the > > subroutines.
> > An API v1.1 release is in the works. According to Twitter, v1 will be > supported through 3/5/2013. Stay tuned. > > https://dev.twitter.com/calendar > > -Marc > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2805 / Virus Database: 2637/5962 - Release Date: > 12/15/12 >
Subject: Re: [rt.cpan.org #82008]
Date: Wed, 23 Jan 2013 16:18:02 -0800
To: bug-Net-Twitter [...] rt.cpan.org
From: Marc Mims <marc [...] questright.com>
On Wed, Jan 23, 2013 at 3:12 PM, Josep Roura via RT <bug-Net-Twitter@rt.cpan.org> wrote: Show quoted text
> Queue: Net-Twitter > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82008 > > > Hi, after reading the documentation I check that 1.1 is already available and in 5th March 1.0 > version will be disabled. > > Do you know if you will have a version of Net::Twitter compatible with 1.1 at that date?
Yes, I will. Work in progress is at https://github.com/semifor/Net-Twitter/tree/api-v1.1.
From: netoak [...] gmail.com
Thanks for your reply and suppport. On Wed Jan 23 19:18:17 2013, marc@questright.com wrote: Show quoted text
> On Wed, Jan 23, 2013 at 3:12 PM, Josep Roura via RT > <bug-Net-Twitter@rt.cpan.org> wrote:
> > Queue: Net-Twitter > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82008 > > > > > Hi, after reading the documentation I check that 1.1 is already
> available and in 5th March 1.0
> > version will be disabled. > > > > Do you know if you will have a version of Net::Twitter compatible
> with 1.1 at that date? > > Yes, I will. > > Work in progress is at https://github.com/semifor/Net- > Twitter/tree/api-v1.1.