JTwitterLists::getStatuses
Method to get tweet timeline for members of the specified list
Signature
public function getStatuses(mixed
$list,
[mixed
$owner = null,
[integer
$since_id = 0,
[integer
$max_id = 0,
[integer
$count = 0,
[boolean
$entities = null,
[boolean
$include_rts = null]]]]]] )
Parameters
-
$list
- Either an integer containing the list ID or a string containing the list slug.
-
$owner
- Either an integer containing the user ID or a string containing the screen name.
-
$since_id
- Returns results with an ID greater than (that is, more recent than) the specified ID.
-
$max_id
- Returns results with an ID less than (that is, older than) or equal to the specified ID.
-
$count
- Specifies the number of results to retrieve per "page."
-
$entities
- When set to either true, t or 1, each tweet will include a node called "entities". This node offers a variety
-
$include_rts
- When set to either true, t or 1, the list timeline will contain native retweets (if they exist) in addition
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException