sabyasachibiswal / angular5-social-login

Social authentication module for Angular 5. Includes Facebook and Google login with AOT compatibility.
40 stars 74 forks source link

Linkedin Authentication With Additional Data #26

Open bhaumikdarji opened 5 years ago

bhaumikdarji commented 5 years ago

Currently when we do authentication we only get limited information but linkedin provide factility to get more information.

How can we get those additional information.

https://developer.linkedin.com/docs/fields/basic-profile

Currently I only below fields

"firstName": "Frodo", "headline": "2nd Generation Adventurer", "id": "1R2RtA", "lastName": "Baggins",