json Linkedin API:如何将r_basicprofile激活为权限?

eh57zj3b  于 2023-05-30  发布在  其他
关注(0)|答案(1)|浏览(352)

根据LinkedIn官方文档,r_basicprofile应该对所有开发人员都是可访问的:

然而,在我的应用程序默认权限中,我看不到它:

因此,调用
https://api.linkedin.com/v2/me
返回

{
  "serviceErrorCode": 100,
  "message": "Not enough permissions to access: GET /me",
  "status": 403
}

如何激活basicprofile权限?

5lhxktic

5lhxktic1#

自2019年5月1日起,r_basicprofile权限在API的the migration from v1 to v2之后不再可用。据我所知,已经没有办法再请求访问它了。相反,您只能访问屏幕截图中列出的三个权限。有“企业应用程序”developer programs,如营销开发人员计划,但你必须符合确切的用例,并获得LinkedIn的批准才能参与。看起来LinkedIn的一些文档已经过时了,可能会混淆这个问题。下面是another article,可能会有帮助。

相关问题