Generated by
JDiff

Interface twitter4j.api.StatusMethods

Removed Methods
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.
 

Changed Methods
ResponseList<User> getRetweetedBy(long, Paging) Now deprecated.
use {@link StatusMethods#getRetweetedBy(long)} instead.
IDs getRetweetedByIDs(long, Paging) Now deprecated.
use {@link StatusMethods#getRetweetedByIDs(long)} instead.