Php 使用LinkedIn API搜索和显示成员';使用关键字搜索的个人资料

Php 使用LinkedIn API搜索和显示成员';使用关键字搜索的个人资料,php,json,api,search,linkedin,Php,Json,Api,Search,Linkedin,我想使用LinkedIn API来显示一个人的公开信息,在将其作为搜索词传递之后 我可以使用搜索URL获取代码以显示各种配置文件信息,例如: 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 但是,当我将

我想使用LinkedIn API来显示一个人的公开信息,在将其作为搜索词传递之后

我可以使用搜索URL获取代码以显示各种配置文件信息,例如:

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
但是,当我将此更改为:

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
我得到0个结果


有什么想法吗???

这两个想法似乎都在测试控制台上起作用;以下是您第一次查询的结果:

对于第二个查询:


你在搜索什么名字?

这是我的名字%姓搜索这是我的关键字搜索,返回0个结果:奇怪。我会在中发布一些东西并报告这一点,因为这可能是一个bug。