简体   繁体   中英

LinkedIn Javascript API

I would like to know, does anyone here have experienced dealing wth LinkedIn Javascript API's.

I'm a beginner in Javascript API's.Recently I've got a task where I have to create an application which can search the LinkedIn database based on the chosen skills.

For an example,user would want to find people who have a specific skill sets(for example java),they can input the skill set(by text or selection)and the application searches and returns all the people who match the skills set.

I've been reading through the documentation many many times and going through the forums but there dont seem to have complete reference to this.

Some of the answer's i've read is, it seems we can't search skills of the connection as skills are part of the full profile whereas search can only be done for basic profile's.

I've would like to ask,is this application possible to be developed? Is there any example for this application?

Do share your experience,

Thanks a lot in advance,

@Captain Jack, If you are having some trouble, the first thing that I would request you to check is if your linkedin account through which you are creating your application/ Javascript API, has sufficient priviledges with Linkedin. There are certain levels of authorization that you may require if you would like to acquire more data from linked in.

The skills field is one such out of many that requires this authorization. Quote from linkedin website: " Member profile fields available to Apply with LinkedIn developers The following selection of profile fields are only available to applications that have applied and been approved for the Apply with LinkedIn program:

from - https://developer.linkedin.com/docs/fields "

So do you have this approval from Linkedin. If not then I dont think you're gonna be able to get this done.

Hope I have given you some info. Thanks.

I found the example for java, php and python on this link , it's available on this one too.

Try this add skill:(Java) into your api url

https://api.linkedin.com/v1/people-search:
(people:(id,first-name,last-name,headline,picture-url,industry,skill:(Java)),
num-results)?
first-name=parameter&last-name=parameter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM