ConfigurationBuilder conf = new ConfigurationBuilder().setUseSSL(true);
Twitter twitter = new TwitterFactory(conf.build()).getInstance();
のようにして対応します。
https://github.com/YoshiteruIwasaki/NegativePositieAnalyzerForJa/commit/f33a8f89033d8c2dd2c3e3bbfb6f421445cfffc2
設定ファイルから読み込みを行っている場合は、
twitter4j.properties
に
http.useSSL=trueを追加すればいけるかと思います。
http://twitter4j.org/ja/configuration.html
ちなみに動かなくなったのは、2014年1月15日4:15 AM以降でした。
0 件のコメント:
コメントを投稿