JTwitterLists::isMember
Method to check if the specified user is a member of the specified list.
Signature
public function isMember(mixed
$list,
[mixed
$user = null,
[mixed
$owner = null,
[boolean
$entities = null,
[boolean
$skip_status = null]]]] )
Parameters
-
$list
- Either an integer containing the list ID or a string containing the list slug.
-
$user
- Either an integer containing the user ID or a string containing the screen name of the user to remove.
-
$owner
- Either an integer containing the user ID or a string containing the screen name of the owner.
-
$entities
- When set to either true, t or 1, each tweet will include a node called "entities". This node offers a
-
$skip_status
- When set to either true, t or 1 statuses will not be included in the returned user objects.
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException