What is the getTweets() for Status
in
Contributed Library Questions
•
7 months ago
I'm using the twitter4j
3.0.3
, and it seems some things have changed.
So if have this:
-
QueryResult result = twitter.search(query);
ArrayList tweets = (ArrayList) result.getTweets();
What is the similar function to getTweets() for class Status?
Thanks.
1