JLinkedinStream::getNetworkUpdates
Method to get the users network updates.
Signature
public function getNetworkUpdates([string
$id = null,
[boolean
$self = true,
[mixed
$type = null,
[integer
$count = 0,
[integer
$start = 0,
[string
$after = null,
[string
$before = null,
[boolean
$hidden = false]]]]]]]] )
Parameters
-
$id
- Member id.
-
$self
- Used to return member's feed. Omitted to return aggregated network feed.
-
$type
- String containing any valid Network Update Type from the table or an array of strings
-
$count
- Number of updates to return, with a maximum of 250.
-
$start
- The offset by which to start Network Update pagination.
-
$after
- Timestamp after which to retrieve updates.
-
$before
- Timestamp before which to retrieve updates.
-
$hidden
- Whether to display updates from people the member has chosen to "hide" from their update stream.
Returns
- array
- The decoded JSON response