\JLinkedinStream
Linkedin API Social Stream class for the Joomla Platform.
Synopsis
class JLinkedinStream
extends JLinkedinObject
{
- // Inherited members from JLinkedinObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JLinkedinOAuth $oauth;
- // methods
- public array share()
- public array reshare()
- public array getCurrentShare()
- public array getShareStream()
- public array getNetworkUpdates()
- public array getNetworkStats()
- public array postNetworkUpdate()
- public array getComments()
- public array postComment()
- public array getLikes()
- private array _likeUnlike()
- public array like()
- public array unlike()
- // Inherited methods from JLinkedinObject
- public void __construct()
- public string booleanToString()
- public mixed getOption()
- public JLinkedinObject setOption()
Hierarchy
Extends
Members
protected
- $client — JHttp
- $oauth — JLinkedinOAuth
- $options — JRegistry
Methods
private
- _likeUnlike() — Method to like or unlike an update.
public
- getComments() — Method to retrieve all comments for a given network update.
- getLikes() — Method to retrieve the complete list of people who liked an update.
- getNetworkStats() — Method to get information about the current member's network.
- getNetworkUpdates() — Method to get the users network updates.
- like() — Method used to like an update.
- postComment() — Method to post a new comment to an existing update.
- postNetworkUpdate() — Method to get the users network updates.
- unlike() — Method used to unlike an update.
Inherited from JLinkedinObject
public
- booleanToString() — Method to convert boolean to string.
- getOption() — Get an option from the JLinkedinObject instance.
- setOption() — Set an option for the JLinkedinObject instance.