我正在使用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>
已实施应用程序以接受所有这些功能。
答案 0 :(得分:1)
您可能会受到“Vetted API Access”。
转到https://help.linkedin.com/app/api-dvr并申请“Vetted API访问请求”。