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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JLinkedinPeople
+ Graphe d'héritage de JLinkedinPeople:

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
 

Description détaillée

Linkedin API People class for the Joomla Platform.

Depuis
3.2.0

Documentation des fonctions membres

◆ getConnections()

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.

Paramètres
string$fieldsRequest fields beyond the default ones.
integer$startStarting location within the result set for paginated returns.
integer$countThe number of results returned.
string$modifiedValues are updated or new.
string$modifiedSinceValue as a Unix time stamp of milliseconds since epoch.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $count, $data, $fields, $parameters, $path, et $start.

◆ getProfile()

getProfile (   $id = null,
  $url = null,
  $fields = null,
  $type = 'standard',
  $language = null 
)

Method to get a member's profile.

Paramètres
string$idMember id of the profile you want.
string$urlThe public profile URL.
string$fieldsRequest fields beyond the default ones.
string$typeChoosing public or standard profile.
string$languageA comma separated list of locales ordered from highest to lowest preference.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $data, $fields, $id, $language, $parameters, $path, $type, $url, et elseif.

◆ search()

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.

Paramètres
string$fieldsRequest fields beyond the default ones. provide 'api-standard-profile-request' field for out of network profiles.
string$keywordsMembers who have all the keywords anywhere in their profile.
string$firstNameMembers with a matching first name. Matches must be exact.
string$lastNameMembers with a matching last name. Matches must be exactly.
string$companyNameMembers who have a matching company name on their profile.
boolean$currentCompanyA value of true matches members who currently work at the company specified in the company-name parameter.
string$titleMatches members with that title on their profile.
boolean$currentTitleA value of true matches members whose title is currently the one specified in the title-name parameter.
string$schoolNameMembers who have a matching school name on their profile.
string$currentSchoolA value of true matches members who currently attend the school specified in the school-name parameter.
string$countryCodeMatches 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$postalCodeMatches members centered around a Postal Code. Must be combined with the country-code parameter. Not supported for all countries.
integer$distanceMatches members within a distance from a central point. This is measured in miles.
string$facetsFacet buckets to return, e.g. location.
array$facetArray 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$startStarting location within the result set for paginated returns.
integer$countThe number of results returned.
string$sortControls the search result order. There are four options: connections, recommenders, distance and relevance.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $count, $data, $fields, $i, $keywords, $name, $parameters, $path, $start, $title, $url, et $value.


La documentation de cette classe a été générée à partir du fichier suivant :