Generated by
JDiff

Interface twitter4j.api.FriendshipMethodsAsync

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