Class JLinkedinCommunications
Linkedin API Social Communications class for the Joomla Platform.
- JLinkedinObject
- JLinkedinCommunications
Package: Joomla\Platform\Linkedin
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Located at joomla/linkedin/communications.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Located at joomla/linkedin/communications.php
Methods summary
public
array
|
#
inviteByEmail( string $email, string $first_name, string $last_name, string $subject, string $body, string $connection = 'friend' )
Method used to invite people. |
public
array
|
#
inviteById( string $id, string $first_name, string $last_name, string $subject, string $body, string $connection = 'friend' )
Method used to invite people. |
public
array
|
#
sendMessage( mixed $recipient, string $subject, string $body )
Method used to send messages via LinkedIn between two or more individuals connected to the member sending the message.. |
Methods inherited from JLinkedinObject
__construct()
,
booleanToString()
,
getOption()
,
setOption()