Generated by
JDiff

Interface twitter4j.api.FriendshipMethodsAsync

Added Methods
void getIncomingFriendships(long) Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
void getOutgoingFriendships(long) Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
void lookupFriendships(int[]) Returns the relationship of the authenticating user to the specified users.
void lookupFriendships(String[]) Returns the relationship of the authenticating user to the specified users.
void updateFriendship(int, boolean, boolean) Allows you to enable or disable retweets and device notifications from the specified user.
void updateFriendship(String, boolean, boolean) Allows you to enable or disable retweets and device notifications from the specified user.