JTwitterUsers::getContributees
Method to get an array of users that the specified user can contribute to.
Signature
public function getContributees(mixed
$user,
[boolean
$entities = null,
[boolean
$skip_status = null]] )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the screen name.
-
$entities
- Set to true to return IDs as strings, false to return as integers.
-
$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