partakein / partake

PARTAKE is a web application to manage event organization.
http://partake.in/
48 stars 11 forks source link

close #495: use HTTPS instead of HTTP #496

Closed KengoTODA closed 10 years ago

KengoTODA commented 10 years ago

Now Twitter disallow using HTTP to access to Twitter API. We should use HTTPS. Twitter4j supports it by default from version 3.0.5. So it is good to upgrade Twitter4j to this version.

Note that I have done this change on production environment.

See "Twitter begins requiring https on Jan 14, 2014. If you were using <= 3.0.3, update to 3.0.5" in the mailing list of Twitter4j.