Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getProfile ($id=null, $url=null, $fields=null, $type='standard', $language=null) | |
getConnections ($fields=null, $start=0, $count=500, $modified=null, $modifiedSince=null) | |
search ($fields=null, $keywords=null, $firstName=null, $lastName=null, $companyName=null, $currentCompany=null, $title=null, $currentTitle=null, $schoolName=null, $currentSchool=null, $countryCode=null, $postalCode=null, $distance=null, $facets=null, $facet=null, $start=0, $count=10, $sort=null) | |
Fonctions membres publiques hérités de JLinkedinObject | |
__construct (Registry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null) | |
booleanToString ($bool) | |
getOption ($key) | |
setOption ($key, $value) | |
Membres hérités additionnels | |
Attributs protégés hérités de JLinkedinObject | |
$options | |
$client | |
$oauth | |
Linkedin API People class for the Joomla Platform.
getConnections | ( | $fields = null , |
|
$start = 0 , |
|||
$count = 500 , |
|||
$modified = null , |
|||
$modifiedSince = null |
|||
) |
Method to get a list of connections for a user who has granted access to his/her account.
string | $fields | Request fields beyond the default ones. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
string | $modified | Values are updated or new. |
string | $modifiedSince | Value as a Unix time stamp of milliseconds since epoch. |
Références $base, $count, $data, $fields, $parameters, $path, et $start.
Method to get a member's profile.
string | $id | Member id of the profile you want. |
string | $url | The public profile URL. |
string | $fields | Request fields beyond the default ones. |
string | $type | Choosing public or standard profile. |
string | $language | A comma separated list of locales ordered from highest to lowest preference. |
Références $base, $data, $fields, $id, $language, $parameters, $path, $type, $url, et elseif.
search | ( | $fields = null , |
|
$keywords = null , |
|||
$firstName = null , |
|||
$lastName = null , |
|||
$companyName = null , |
|||
$currentCompany = null , |
|||
$title = null , |
|||
$currentTitle = null , |
|||
$schoolName = null , |
|||
$currentSchool = null , |
|||
$countryCode = null , |
|||
$postalCode = null , |
|||
$distance = null , |
|||
$facets = null , |
|||
$facet = null , |
|||
$start = 0 , |
|||
$count = 10 , |
|||
$sort = null |
|||
) |
Method to get information about people.
string | $fields | Request fields beyond the default ones. provide 'api-standard-profile-request' field for out of network profiles. |
string | $keywords | Members who have all the keywords anywhere in their profile. |
string | $firstName | Members with a matching first name. Matches must be exact. |
string | $lastName | Members with a matching last name. Matches must be exactly. |
string | $companyName | Members who have a matching company name on their profile. |
boolean | $currentCompany | A value of true matches members who currently work at the company specified in the company-name parameter. |
string | $title | Matches members with that title on their profile. |
boolean | $currentTitle | A value of true matches members whose title is currently the one specified in the title-name parameter. |
string | $schoolName | Members who have a matching school name on their profile. |
string | $currentSchool | A value of true matches members who currently attend the school specified in the school-name parameter. |
string | $countryCode | Matches members with a location in a specific country. Values are defined in by ISO 3166 standard. Country codes must be in all lower case. |
integer | $postalCode | Matches members centered around a Postal Code. Must be combined with the country-code parameter. Not supported for all countries. |
integer | $distance | Matches members within a distance from a central point. This is measured in miles. |
string | $facets | Facet buckets to return, e.g. location. |
array | $facet | Array of facet values to search over. Contains values for location, industry, network, language, current-company, past-company and school, in exactly this order, null must be specified for an element if no value. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
string | $sort | Controls the search result order. There are four options: connections, recommenders, distance and relevance. |
Références $base, $count, $data, $fields, $i, $keywords, $name, $parameters, $path, $start, $title, $url, et $value.