Issue Details (XML | Word | Printable)

Key: TFJ-219
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Yusuke Yamamoto
Reporter: Yusuke Yamamoto
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Twitter4J

support improved retweet format

Created: 14/Oct/09 01:10 AM   Updated: 24/Dec/09 07:12 AM  Due: 19/Dec/09   Resolved: 21/Dec/09 04:37 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 2.1.0

Issue Links:
Duplicate
 



Sort Order: Ascending order - Click to sort in descending order
Sven Haiges added a comment - 25/Nov/09 08:39 AM
Hi Yusuke, saw you are tracking it already, great!

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


Yusuke Yamamoto added a comment - 26/Nov/09 12:14 AM
removed RetweetDetails class.
added Status.getRetweetedStatus().

Yusuke Yamamoto added a comment - 30/Nov/09 04:16 AM
status.isRetweet() from twitter.getRetweetedByMe() doesn't return true.
http://groups.google.com/group/twitter4j/browse_thread/thread/2fc5ee743b06fd46?hl=ja

Yusuke Yamamoto added a comment - 10/Dec/09 02:58 PM
Streaming API is not retweet aware. Need to fix.

Yusuke Yamamoto added a comment - 19/Dec/09 05:30 PM
now Streaming API support should be retweet aware(not included in the testcase)

Yusuke Yamamoto added a comment - 21/Dec/09 04:20 AM
Status class is not properly populating User instance from TwitterStream.

Yusuke Yamamoto added a comment - 21/Dec/09 04:37 AM
fixed.