Added Methods |
UserList createUserListMember(String, String, long)
|
Adds a member to a list. |
UserList createUserListMembers(String, String, String[])
|
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. |
UserList createUserListMembers(String, String, long[])
|
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. |
UserList createUserListSubscription(String, String)
|
Make the authenticated user follow the specified list. |
UserList destroyUserList(String, String)
|
Deletes the specified list. |
UserList destroyUserListMember(String, String, long)
|
Removes the specified member from the list. |
UserList destroyUserListSubscription(String, String)
|
Unsubscribes the authenticated user form the specified list. |
PagableResponseList<User> getUserListMembers(String, String, long)
|
Returns the members of the specified list. |
ResponseList<Status> getUserListStatuses(String, String, Paging)
|
Show tweet timeline for members of the specified list. |
PagableResponseList<User> getUserListSubscribers(String, String, long)
|
Returns the subscribers of the specified list. |
UserList showUserList(String, String)
|
Show the specified list. |
User showUserListMembership(String, String, long)
|
Check if a user is a member of the specified list.
This method calls http://api.twitter.com/1.1/lists/members/show.json
|
User showUserListSubscription(String, String, long)
|
Check if the specified user is a subscriber of the specified list. |
UserList updateUserList(String, String, String, boolean, String)
|
Updates the specified list. |