\JLinkedinGroups
Linkedin API Groups class for the Joomla Platform.
Synopsis
class JLinkedinGroups
extends JLinkedinObject
{
- // Inherited members from JLinkedinObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JLinkedinOAuth $oauth;
- // methods
- public array getGroup()
- public array getMemberships()
- public array getSettings()
- public array changeSettings()
- public array joinGroup()
- public array leaveGroup()
- public array getDiscussions()
- public array getUserPosts()
- public array getPost()
- public array getPostComments()
- public string createPost()
- private array _likeUnlike()
- public array likePost()
- public array unlikePost()
- private array _followUnfollow()
- public array followPost()
- public array unfollowPost()
- public array flagPost()
- public array deletePost()
- public array getComment()
- public string addComment()
- public array deleteComment()
- public array getSuggested()
- public array deleteSuggestion()
- // 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
- _followUnfollow() — Method to follow or unfollow a post.
- _likeUnlike() — Method to like or unlike a post.
public
- addComment() — Method to add a comment to a post
- changeSettings() — Method to change a groups settings.
- createPost() — Method to retrieve all comments of a post.
- deleteComment() — Method to delete a comment if the current user is the creator or flag it as inappropriate otherwise.
- deletePost() — Method to delete a post if the current user is the creator or flag it as inappropriate otherwise.
- deleteSuggestion() — Method to delete a group suggestion for a user.
- flagPost() — Method to flag a post as a Promotion or Job.
- followPost() — Method used to follow a post.
- getComment() — Method to access the comments resource.
- getDiscussions() — Method to get dicussions for a group.
- getGroup() — Method to get a group.
- getMemberships() — Method to find the groups a member belongs to.
- getPost() — Method to retrieve details about a post.
- getPostComments() — Method to retrieve all comments of a post.
- getSettings() — Method to find the groups a member belongs to.
- getSuggested() — Method to get suggested groups for a user.
- getUserPosts() — Method to get posts a user started / participated in / follows for a group.
- joinGroup() — Method to join a group.
- leaveGroup() — Method to leave a group.
- likePost() — Method used to like a post.
- unfollowPost() — Method used to unfollow a post.
- unlikePost() — Method used to unlike a post.
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.