JLinkedinPeople
class JLinkedinPeople extends JLinkedinObject
Linkedin API People 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
getProfile(
string $id = null,
string $url = null,
string $fields = null,
string $type = 'standard',
string $language = null)
Method to get a member's profile.
array
getConnections(
string $fields = null,
integer $start,
integer $count = 500,
string $modified = null,
string $modified_since = null)
Method to get a list of connections for a user who has granted access to his/her account.
array
search(
string $fields = null,
string $keywords = null,
string $first_name = null,
string $last_name = null,
string $company_name = null,
boolean $current_company = null,
string $title = null,
boolean $current_title = null,
string $school_name = null,
string $current_school = null,
string $country_code = null,
integer $postal_code = null,
integer $distance = null,
string $facets = null,
array $facet = null,
integer $start,
integer $count = 10,
string $sort = null)
Method to get information about people.
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
getProfile(
string $id = null,
string $url = null,
string $fields = null,
string $type = 'standard',
string $language = null)
Method to get a member's profile.
array
getConnections(
string $fields = null,
integer $start,
integer $count = 500,
string $modified = null,
string $modified_since = null)
Method to get a list of connections for a user who has granted access to his/her account.
array
search(
string $fields = null,
string $keywords = null,
string $first_name = null,
string $last_name = null,
string $company_name = null,
boolean $current_company = null,
string $title = null,
boolean $current_title = null,
string $school_name = null,
string $current_school = null,
string $country_code = null,
integer $postal_code = null,
integer $distance = null,
string $facets = null,
array $facet = null,
integer $start,
integer $count = 10,
string $sort = null)
Method to get information about people.