1

I would like to use the LinkedIn API to display the publicly available information of a person, after passing it keywords as a search term

I can get my code to display various profile info using a search URL such as:

http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,picture-url,site-standard-profile-request,headline),num-results)?first-name=FOO&last-name=BAR

However when I change this to:

http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,picture-url,site-standard-profile-request,headline),num-results)?keywords=FOO%20BAR

I get 0 results

Any ideas??

4

1 回答 1

0

两者似乎都在测试控制台上工作;这是您的第一个查询的结果:

https://snap.apigee.com/TCWiFS

对于第二个查询:

https://snap.apigee.com/UtGAm6

你在找什么名字?

于 2012-10-22T21:32:34.120 回答