2014-07-01 35 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) { 
}); 

回答

相關問題