我正在使用 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>
该应用程序已实施以接受所有这些功能。