簡體   English   中英

Linkedin Javascript Profile API損壞

[英]Linkedin Javascript Profile API broken

幾天前,Linkedin Javascript Profile API正常停止工作。 現在,即使我要求他們也不返回一些字段。 我無法獲取摘要,尷尬,職位公司名稱摘要和標題。 人能告訴發生了什么嗎?

<script type="text/javascript" src="http://platform.linkedin.com/in.js">
  api_key: xxxxxxxxxxxxxxx
  scope: r_basicprofile r_emailaddress r_fullprofile r_contactinfo
  authorize: true
</script>

function loadData() {
  IN.API.Profile("me")
    .fields([
"id","summary","email-address","location:(name)","date-of-birth","firstName", "lastName", 
"pictureUrl","headline","honors","educations","interests",
"publications:(title,publisher:(name),date,url)",
"patents:(title,number,office:(name),date,url)",
"languages:(language:(name),proficiency:(name))",
"skills:(skill:(name),proficiency:(name))",
"certifications:(name,authority:(name),start-date,end-date)",
"courses","recommendations-received:(recommendation-text,recommender)",
"positions","phone-numbers"])
    .result(function(result) {   
        console.log(result);
    });
}

這是此錯誤的工作示例http://bit.ly/1nZa9wd您可以看到,即使我要求提供摘要信息,它也不會作為響應返回。

無法通過API檢索某些數據。 請參閱此處的演講: https : //developer.linkedin.com/forum/connections-api-does-not-return-all-profile-fields-documented

API中已經記錄了該文件: https : //developer.linkedin.com/documents/profile-fields

“注釋”字段中的確切報價無法Not available via connections API.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM