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.