JLinkedinCommunications
class JLinkedinCommunications extends JLinkedinObject
Linkedin API Social Communications class for the Joomla Platform.
Methods
__construct(
Registry $options = null,
JHttp $client = null,
JLinkedinOAuth $oauth = null)
Constructor.
from JLinkedinObject
setOption(
string $key,
mixed $value)
Set an option for the JLinkedinObject instance.
from JLinkedinObject
array
inviteByEmail(
string $email,
string $first_name,
string $last_name,
string $subject,
string $body,
string $connection = 'friend')
Method used to invite people.
array
inviteById(
string $id,
string $first_name,
string $last_name,
string $subject,
string $body,
string $connection = 'friend')
Method used to invite people.
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.
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
inviteByEmail(
string $email,
string $first_name,
string $last_name,
string $subject,
string $body,
string $connection = 'friend')
Method used to invite people.