Error: Scope parameter is not authorized: r_contactinfo

Error: Scope parameter is not authorized: r_contactinfo

我在使用 LinkedIn API 时收到以下错误:错误:范围参数未授权:r_contactinfo

throw new Error("Scope parameter is not authorized: " + p);

应用程序运行了一个月,实际上我不想因为这个问题再次部署。有什么办法可以解决这个问题,我猜它与 LinkedIn API 相关联?

<script type="text/javascript" src="https://platform.linkedin.com/in.js">
    api_key: 75x5459m1lbbde
    onLoad: OnLinkedInFrameworkLoad
    authorize: true
    scope: r_basicprofile rw_groups r_contactinfo
</script>

最佳

r_contactinfo 不再公开可用,根据 LinkedIn 在 2 月份 (https://developer.linkedin.com/blog/posts/2015/developer-program-changes) 的 API 更改公告。

您需要申请并获准加入他们的合作伙伴计划之一才能继续使用它,否则您将不得不停止请求该成员的许可才能继续运作。