Generated by
JDiff

Interface twitter4j.api.StatusMethodsAsync

Added Methods
void getRetweetedBy(long) Show user objects of up to 100 members who retweeted the status.
void getRetweetedBy(long, Paging) Show user objects of up to 100 members who retweeted the status.
void getRetweetedByIDs(long) Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/id/retweeted_by/ids.format
void getRetweetedByIDs(long, Paging) Show user ids of up to 100 users who retweeted the status.
void getRetweetsOfMe() Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
void getRetweetsOfMe(Paging) Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.