2017-08-18 6 views

Antwort

0

Dies sollte sich ändern, arbeiten, nur Ihre onLinkedInAuth Methode in diese

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); 
} 
Verwandte Themen