1

我正在使用 LinkedIn JavaScript API

我有这个错误“拒绝访问人员”我的代码是:

IN.API.PeopleSearch().params({ "first-name": "Barack" }).result(saveProfiles).error(displayProfilesErrors);

我将此行添加到脚本配置中:

 <script type="text/javascript" src="http://platform.linkedin.com/in.js">
    api_key: my_key
    authorize: true
    scope: r_fullprofile r_network r_emailaddress r_contactinfo
</script>

该应用程序已实施以接受所有这些功能。

4

1 回答 1

1

您可能需要“经过审查的 API 访问权限”。

前往https://help.linkedin.com/app/api-dvr并申请“经过审核的 API 访问请求”。

于 2014-01-14T10:27:00.860 回答