Skills and languages were added recently to the LinkedIn profile fields. I will provide here a patch to support those fields...

Comments

guillaumev’s picture

Status: Active » Needs review
StatusFileSize
new1 KB

Here is the patch...

attiks’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies with offset, but is working

attiks’s picture

Still needs some templates for the output

attiks’s picture

StatusFileSize
new0 bytes

Basic support for skill theming

attiks’s picture

StatusFileSize
new3.65 KB

Support for skill and languages

davad’s picture

Status: Reviewed & tested by the community » Needs review

The patch in #5 needs to be reviewed.

pmarx’s picture

Category: feature » support
Priority: Normal » Major

How did you edit the permissions granted by linkedin? The docs say you need r_fullprofile but I can't determine where in the module to set that

klausi’s picture

Category: Support request » Feature request
Issue summary: View changes
StatusFileSize
new4.56 KB

Added skills and languages to _linkedin_list_fields(), too + picture-urls::(original) to get a high resolution profile picture.

klausi’s picture

StatusFileSize
new4.6 KB

So apparently the language proficiency is not provided by linkedin by default, so the language template will throw notices if the proficiency element does not exist.

I added languages:(language,proficiency) to the list of available fields, which lets me retrieve the proficiency, too.