I was trying to get summary of connections using omniauth-linkedin gem
here is the configuration details on the same
Code
:scope => 'r_fullprofile r_basicprofile r_emailaddress r_network',
:fields => ["id", "summary","positions", "location:(name)", "email-address", "first-name", "last-name", "headline", "industry", "connections:(headline,first-name,last-name,summary,interests,skills,educations)"]
But Linkedin API returning only headline, firstname
and lastname
.
Is there anyway I can get details ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…