JTwitterStatuses::getRetweeters
Method to show user objects of up to 100 members who retweeted the status.
Signature
public function getRetweeters(integer
$id,
[integer
$count = 20,
[integer
$cursor = null,
[boolean
$stringify_ids = null]]] )
Parameters
-
$id
- The numerical ID of the desired status.
-
$count
- Specifies the number of retweets to try and retrieve, up to a maximum of 100.
-
$cursor
- Causes the list of IDs to be broken into pages of no more than 100 IDs at a time.
-
$stringify_ids
- Set to true to return IDs as strings, false to return as integers.
Returns
- array
- The decoded JSON response