Changeset c53f5e8


Ignore:
Timestamp:
Jan 14, 2014, 4:56:33 PM (10 years ago)
Author:
Alex Dehnert <adehnert@mit.edu>
Branches:
master, release-1.10
Children:
9ae6095, 7ff3907
Parents:
7dcef03
git-author:
Alex Dehnert <adehnert@mit.edu> (01/14/14 16:48:38)
git-committer:
Alex Dehnert <adehnert@mit.edu> (01/14/14 16:56:33)
Message:
Use SSL by default

As per https://dev.twitter.com/discussions/24239 and
https://twitter.com/perl_api/status/423210390684565504, the Twitter API now
requires SSL connections, so go use them.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm

    rb8a3e00 rc53f5e8  
    138138                             password   => $cfg->{password},
    139139                             source     => 'barnowl',
     140                             ssl        => 1,
    140141                         };
    141142        if (defined $cfg->{service}) {
Note: See TracChangeset for help on using the changeset viewer.