semifor / net-twitter-lite

A lighter weight (non-Moose) Perl interface to the Twitter API
Other
26 stars 11 forks source link

https instead of http #13

Closed fayland closed 10 years ago

fayland commented 10 years ago

for https://dev.twitter.com/discussions/24239

Restricting api.twitter.com to SSL/TLS traffic

semifor commented 10 years ago

I appreciate the pull-request, however this isn't necessary. Just add ( ssl => 1 ) to the options to new.

An update is in the works. It will behave identically to the Net::Twitter update released today: https://github.com/semifor/Net-Twitter/commit/017f9e45861a39afb2492c10d90bc165e023d3cf

See the comments and POD changes for explanations.