Tuitter::getUserTL

Get recent Tweets from the user. It’s possible to request any non-protected users’ timeline via optional parameter. When you don’t specify the user ID nor screen name, you can get the authenticating user’s timeline.

Note: ReTweets are stripped out of this function.

getUserTL( [array $opt [, $incrementalKey = 'default']] )

Parameters

opt

The optional parameters for Twitter API.

incrementalKey

The unique key for auto incremental request.
Specifies FALSE not to use the incremental function.

Return values

Returns Tuitter_Tweets object.