Generated by
JDiff

Interface twitter4j.api.StatusMethods

Added Methods
ResponseList<User> getRetweetedBy(long) Show user objects of up to 100 members who retweeted the status.
ResponseList<User> getRetweetedBy(long, Paging) Show user objects of up to 100 members who retweeted the status.
IDs 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
IDs getRetweetedByIDs(long, Paging) Show user ids of up to 100 users who retweeted the status.
ResponseList<Status> getRetweetsOfMe() Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
ResponseList<Status> getRetweetsOfMe(Paging) Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.