|
removed RetweetDetails class.
added Status.getRetweetedStatus(). status.isRetweet() from twitter.getRetweetedByMe() doesn't return true.
http://groups.google.com/group/twitter4j/browse_thread/thread/2fc5ee743b06fd46?hl=ja Streaming API is not retweet aware. Need to fix.
now Streaming API support should be retweet aware(not included in the testcase)
Status class is not properly populating User instance from TwitterStream.
|
||||||||||||||||||||||||||||||||||||||||||||||||||
The current RetweetDetails class probably needs to be removed and replaced with a data objects that is now closer to the API reality. The Status now has a retweeted_status element that pretty much looks like a status element, actually I believe it is 100% identical but it will hold the original status text for example. So having a getRetweetStatus() method in the Status class would pretty much do it. This might be null then in which case this is not a retweeted status.
For an example, see here:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-home_timeline