Tuitter::getRTofMe
Get recent Tweets of the authenticating user that have been retweeted by others.
getRTtoMe( [array $opt [, $incrementalKey = 'default']] )
Parameters
opt
The optional parameters for Twitter API.
- since_id: Returns only statuses with an ID greater than the specified ID.
- max_id: Returns only statuses with an ID less than or equal to the specified ID.
- count: Specifies the number of statuses to retrieve. May not be greater than 200.
- page: Specifies the page of results to retrieve.
incrementalKey
The unique key for auto incremental request.
Specifies FALSE not to use the incremental function.
Return values
Returns Tuitter_Tweets object.