2014-07-01 36 views
0

我正在使用linkedin JSAPI查找在特定公司工作的人员,但是我的搜索结果仅限于二级连接有可能将搜索结果扩展为显示3rd和脱离网络连接。如何在linkedin中获取网络连接的人员搜索结果

注:在LinkedIn的文档中描述了有可能只与姓和名来获取,但在论坛上所记尽可能与小search..but怎么是我的问题
链接: 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) { 
}); 

回答

相关问题