JTwitterUsers::getUsersLookup
Method to get up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
Signature
public function getUsersLookup([string
$screen_name = null,
[string
$id = null,
[boolean
$entities = null]]] )
Parameters
-
$screen_name
- A comma separated list of screen names, up to 100 are allowed in a single request.
-
$id
- A comma separated list of user IDs, up to 100 are allowed in a single request.
-
$entities
- When set to either true, t or 1, each tweet will include a node called "entities,". This node offers a variety of
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException