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.
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.