Generated by
JDiff

Interface twitter4j.api.FriendshipMethods

Added Methods
ResponseList<Friendship> lookupFriendships(int[]) Returns the relationship of the authenticating user to the specified users.
ResponseList<Friendship> lookupFriendships(String[]) Returns the relationship of the authenticating user to the specified users.
Relationship updateFriendship(int, boolean, boolean) Allows you to enable or disable retweets and device notifications from the specified user.
Relationship updateFriendship(String, boolean, boolean) Allows you to enable or disable retweets and device notifications from the specified user.