我正在使用linkedin JSAPI查找在特定公司工作的人,但我的搜索结果仅限于二级连接是否可以将搜索结果扩展到显示第三级和网络连接外。
注意:在 LinkedIn 文档中,描述了只能使用名字和姓氏来获取,但在论坛中,它是尽可能使用 facet search 编写的。但是我的问题如何
链接:
https ://developer.linkedin.com /forum/people-search-api-problem-out-my-network-profiles-search-return-always-empty-result?page=1#comment-34552
这是我使用的代码
IN.API.Raw("/people-search:(num-results,people:(headline,id,positions,first-name,location,public-profile-url))?facet=location,in:7127&facet=past-company,1283&facet=network,O&count=25")
.method("GET").result(function success(result) {
});