JTwitterStatuses::getRetweetsById
Method to get up to 100 of the first retweets of a given tweet.
Signature
public function getRetweetsById(integer
$id,
[integer
$count = 20,
[boolean
$trim_user = null]] )
Parameters
-
$id
- The numerical ID of the desired status.
-
$count
- Specifies the number of tweets to try and retrieve, up to a maximum of 200. Retweets are always included
-
$trim_user
- When set to true, each tweet returned in a timeline will include a user object including only
Returns
- array
- The decoded JSON response