Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

People
Owner: Nobody in particular
Requestors: phil.ploquin [...] gmail.com
Cc:
AdminCc:

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



Subject: Twitter API now requires SSL/TLS
Date: Mon, 27 Jan 2014 17:59:49 -0800
To: bug-Net-Twitter-Lite [...] rt.cpan.org
From: Phil Ploquin <phil.ploquin [...] gmail.com>
Hi, per the notice on https://dev.twitter.com/status Twitter now requires that all the API calls be made using SSL. This broke my auto-tweeting but I changed the urls in /usr/local/share/perl/5.10.1/Net/Twitter/Lite/WithAPIv1_1.pm to https and it works fine now. Thanks for providing this module!! Regards, - Phil
On Mon Jan 27 20:59:59 2014, phil.ploquin@gmail.com wrote: Show quoted text
> Hi, per the notice on https://dev.twitter.com/status Twitter now requires > that all the API calls be made using SSL. > > This broke my auto-tweeting but I changed the urls in > /usr/local/share/perl/5.10.1/Net/Twitter/Lite/WithAPIv1_1.pm to https and > it works fine now.
RT#92206 resolved this issue. There's no need to change the URLs. Just pass ( ssl => 1 ) in the constructor call. Versions >= 0.12005 issue a warning if the ssl option is not present. ( ssl => 0 ) is the current default for backwards compatibility (see the POD). ( ssl => 1 ) will become the default in a future release, tentatively in April 2014.