semifor / net-twitter-lite

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

SSL turned on by default #12

Closed bbkr closed 10 years ago

bbkr commented 10 years ago

Today Twitter API changed its behavior and throws "403 Forbidden" if SSL is not used. Forcing 'ssl'=>1 fixes the issue.

SSL should be enabled by default from now on in Net::Twitter::Lite::WithAPIv1_1.

lukec commented 10 years ago

Yes, I was just bit by this as well.

I guess the only caution here would be identi.ca support which didn't support SSL?

I propose that ssl becomes on by default, but can still be disabled for backwards compat with other non-Twitter servers.

This unbreaks the primary focus of this module - using Twitter.

I can prepare a patch if @semifor would like.

semifor commented 10 years ago

An update is in the works. It will be similar to change made for Net::Twitter, today:

https://github.com/semifor/Net-Twitter/commit/017f9e45861a39afb2492c10d90bc165e023d3cf

semifor commented 10 years ago

Resolved with f6cccd1. Release 0.12005.