Hi,
I have the following requirements and I want to know whether I can use Twitter4j to get these information:
- 100 tweeter messages that have been retweet more than X times.
- For each message I want the original user who wrote the message
- For each message I want all of the of users who have retweeted the message
- For each user above I want the followers and following users.
Thanks.