JTwitterUsers::getContributors
Method to get an array of users who can contribute to the specified account.
Signature
public function getContributors(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