Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Twitter4J を使用すると、メソッドを使用して home_line ツイートを取得できます
Twitter.getHomeTimeline();
写真タグを含むツイートを取得したいのですが、ソリューション FilterQuery を思いつきましたが、この FilterQuery クラスを使用して写真タグを含むツイートを取得する方法がわかりません。
これで私を助けてください。
ありがとう
この例は、Processing(P5)とtwitter4jを使用したneufutureによるものです。これを行います。それを実行すると、draw()のテストを 42行目からif(imageLoaded)に変更し、nullポインターエラーの取得を停止します。if(img != null)それに加えて、画像のURLを処理する際の非常に良い例です。それが役に立てば幸い。
if(imageLoaded)
if(img != null)
https://github.com/neufuture/SimpleTwitterStream/