JTwitterUsers::searchUsers
Method used to search for users
Signature
public function searchUsers(string
$query,
[integer
$page = 0,
[integer
$count = 0,
[boolean
$entities = null]]] )
Parameters
-
$query
- The search query to run against people search.
-
$page
- Specifies the page of results to retrieve.
-
$count
- The number of people to retrieve. Maximum of 20 allowed per page.
-
$entities
- When set to either true, t or 1, each tweet will include a node called "entities,". This node offers a
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException