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.
すべてのツイートと最後のX個のツイートを取得できることは承知していますが、過去24時間のすべてのツイートを返すにはどうすればよいですか?
Twitter Searchを使用すると、を使用して日付範囲を指定しsince:、from:パラメーターを指定して、送信元を選択できます。例えば:
since:
from:
http://search.twitter.com/search?from=biz&since=2011-05-04&until=2011-05-05&rpp=20
Twitter4Jを使用する場合、使用するクエリfrom:biz since:2011-05-04は、検索ライブラリの1つを使用する文字列です。
from:biz since:2011-05-04