type
Twitter.timeline_options
=
{ 
int
 
count
, 
string
 
since_id
, 
string
 
max_id
, 
 
trim_user
, 
 
exclude_replies
, 
 
contributor_details
, 
 
include_entities
, 
 
include_rts
 }
Options of a timeline request- count The number of statuses to return. Default is 20, may not be greater than 200
-
since_id Allows to get statuses with id greater than this id
-
max_id Allows to get statuses with id smaller than this id
-
trim_user When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID.
-
exclude_replies This parameter will prevent replies from appearing in the returned timeline. (user_timeline and home_timeline only)
-
contributor_details This parameter enhances the contributors element of the status response to include the screen_name of the contributor.
-
include_entities The entities node will be disincluded when set to false.
-
include_rts When set to false, the timeline will strip any native retweets. (user_timeline only)

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.