I am using Twitter4j to access the streaming API. I am using follow
, to get a stream related to a set of users.
My problem basically boils down to this: Given a retweet (I have the retweet-id and the user-id of the retweet) in the stream, how can I find:
- the userID of the original tweet
- the tweetID of the original tweet
I don't suppose the API exposes this, does it?
If you want the userID and the tweetID of the original tweet you need to do inside onStatus: