2017-08-18 15 views

答えて

0

を使用して、ちょうどこの

function onLinkedInAuth() 
{ 
IN.API.Profile("me") 
.fields("firstName", "lastName", "industry", "location:(name)", "picture-url", "headline", "summary", "num-connections", "public-profile-url", "distance", "positions", "email-address", "educations", "date-of-birth") 
.result(displayProfiles) 
.error(displayProfilesErrors); 
} 
にあなたのonLinkedInAuth方法を変更します
関連する問題