What are the steps to use linkedin people search api?

房东的猫 提交于 2019-12-12 01:47:32

问题


I am trying to access linkedin people search api via http://api.linkedin.com/v1/people-search?first-name=Clair

But it returns me

<error>
<status>401</status>
<timestamp>1422599405748</timestamp>
<request-id>3O1KI50MDV</request-id>
<error-code>0</error-code>
<message>Unknown authentication scheme</message>
</error>

What am I doing wrong?

I have never used the api.Can anyone help me on this.


回答1:


You need to register your app with LinkedIn and get their approval (they call it vetted access) to be able to use people search.

Check https://developer.linkedin.com/documents/people-search-api




回答2:


LinkedIn's People Search API has not been available to the open developer community since May, 2015.

You can apply to be a developer partner at: https://developer.linkedin.com/partner-programs/apply



来源:https://stackoverflow.com/questions/28230460/what-are-the-steps-to-use-linkedin-people-search-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!