JTwitterStatuses::getRetweetsOfMe
Method to get the most recent tweets of the authenticated user that have been retweeted by others.
Signature
public function getRetweetsOfMe([integer
$count = 20,
[integer
$since_id = 0,
[boolean
$entities = null,
[boolean
$user_entities = null,
[integer
$max_id = 0,
[boolean
$trim_user = null]]]]]] )
Parameters
-
$count
- Specifies the number of tweets to try and retrieve, up to a maximum of 200. Retweets are always included
-
$since_id
- Returns results with an ID greater than (that is, more recent than) the specified ID.
-
$entities
- When set to true, each tweet will include a node called "entities,". This node offers a variety of metadata
-
$user_entities
- The user entities node will be disincluded when set to false.
-
$max_id
- Returns results with an ID less than (that is, older than) the specified ID.
-
$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