【问题标题】:Linkedin Profile Education and interests data from profile using REST APILinkedin Profile Education 和使用 REST API 的个人资料中的兴趣数据
【发布时间】:2018-02-23 22:50:34
【问题描述】:

$url = "https://api.linkedin.com/v1/people/~:(id,firstName,lastName,pictureUrls::(original),headline,publicProfileUrl,location,industry,positions,educations,email-address)?format=json&oauth2_access_token=" 。 $访问令牌; $user = file_get_contents($url, FALSE);

我正在使用此 URL 使用 Linkedin Oauth2 Rest API 检索个人资料信息。响应采用 JSON 格式。问题是只有一个经验记录显示,没有教育和兴趣记录显示。请指导我如何从 Linkedin 个人资料中检索完整的个人资料信息。

【问题讨论】:

    标签: json rest linkedin linkedin-api


    【解决方案1】:

    请注意,教育和职位将返回一个带有“_total”和“values”的对象。

    如果您正在寻找一系列教育或职位,这些都是“价值观”的一部分

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-12-01
      • 2015-05-12
      • 2016-10-11
      • 1970-01-01
      • 2017-12-28
      • 2019-07-13
      • 1970-01-01
      相关资源
      最近更新 更多