JLinkedinStream
class JLinkedinStream extends JLinkedinObject
Linkedin API Social Stream class for the Joomla Platform.
Methods
Constructor.
Set an option for the JLinkedinObject instance.
Method to add a new share. Note: post must contain comment and/or (title and url).
Method to reshare an existing share.
Method to get a particular member's current share.
Method to get a particular member's current share.
Method to get the users network updates.
Method to get information about the current member's network.
Method to get the users network updates.
Method to retrieve all comments for a given network update.
Method to post a new comment to an existing update.
Method to retrieve the complete list of people who liked an update.
Method used to like an update.
Method used to unlike an update.
Details
__construct(
Registry $options = null,
JHttp $client = null,
JLinkedinOAuth $oauth = null)
Constructor.
JLinkedinObject
setOption(
string $key,
mixed $value)
Set an option for the JLinkedinObject instance.
array
share(
string $visibility,
string $comment = null,
string $title = null,
string $url = null,
string $image = null,
string $description = null,
boolean $twitter = false)
Method to add a new share. Note: post must contain comment and/or (title and url).
array
reshare(
string $visibility,
string $id,
string $comment = null,
boolean $twitter = false)
Method to reshare an existing share.
array
getCurrentShare(
string $id = null,
string $url = null)
Method to get a particular member's current share.
array
getShareStream(
string $id = null,
string $url = null,
boolean $self = true)
Method to get a particular member's current share.
array
getNetworkUpdates(
string $id = null,
boolean $self = true,
mixed $type = null,
integer $count,
integer $start,
string $after = null,
string $before = null,
boolean $hidden = false)
Method to get the users network updates.