Method used to invite people.
array
inviteByEmail
(string $email, string $first_name, string $last_name, string $subject, string $body, [string $connection = 'friend'])
-
string
$email: A string containing email of the recipient.
-
string
$first_name: A string containing frist name of the recipient.
-
string
$last_name: A string containing last name of the recipient.
-
string
$subject: The subject of the message that will be sent to the recipient
-
string
$body: A text of the message.
-
string
$connection: Only connecting as a 'friend' is supported presently.
Method used to invite people.
array
inviteById
(string $id, string $first_name, string $last_name, string $subject, string $body, [string $connection = 'friend'])
-
string
$id: Member id.
-
string
$first_name: A string containing frist name of the recipient.
-
string
$last_name: A string containing last name of the recipient.
-
string
$subject: The subject of the message that will be sent to the recipient
-
string
$body: A text of the message.
-
string
$connection: Only connecting as a 'friend' is supported presently.
Method used to send messages via LinkedIn between two or more individuals connected to the member sending the message..
array
sendMessage
(mixed $recipient, string $subject, string $body)
-
mixed
$recipient: A string containing the member id or an array of ids.
-
string
$subject: The subject of the message that will be sent to the recipient
-
string
$body: A text of the message.
Inherited Methods
Inherited From JLinkedinObject
JLinkedinObject::__construct()
JLinkedinObject::booleanToString()
JLinkedinObject::getOption()
JLinkedinObject::setOption()