Class JLinkedin
Joomla Platform class for interacting with a Linkedin API instance.
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/linkedin.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/linkedin.php
Methods summary
public
|
#
__construct(
Constructor. |
public
|
|
public
mixed
|
|
public
|
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the Linkedin object. |
protected
|
$client |
#
The HTTP client object to use in sending HTTP requests. |
protected
JLinkedinOAuth
|
$oauth |
#
The OAuth client. |
protected
|
$people |
#
Linkedin API object for people. |
protected
|
$groups |
#
Linkedin API object for groups. |
protected
|
$companies |
#
Linkedin API object for companies. |
protected
|
$jobs |
#
Linkedin API object for jobs. |
protected
|
$stream |
#
Linkedin API object for social stream. |
protected
|
$communications |
#
Linkedin API object for communications. |