Linkedin API 没有 return phone 号

Linkedin API does not return phone number

我正在尝试通过 Linkedin API 检索有关用户的一些信息,例如姓名、位置、电子邮件地址、phone 号码。前三个是 return 完美编辑的,但是 phone 数字由于某种原因没有 return 编辑(该字段甚至不包含在 return 集中)。我稍后添加了它,所以我猜可能是 Linkedin 方面的一些缓存。

所有权限都包含在请求和应用程序的设置中,范围是:r_basicprofile r_emailaddress r_fullprofile r_contactinfo w_share

查询 URL 是:https://api.linkedin.com/v1/people/~:(id,first-name,last-name,phone-numbers,location:(name),email-address)?format=json

我可能是什么原因? 提前致谢!

一项额外的调查表明,要从完整配置文件(包括 phone)中获取任何字段,必须通过 Apply with LinkedIn 程序请求为您的应用程序使用此权限的能力。