I am using 3pillars social auth library for android .
How do I get the users company and designation . Currently I am trying to use
String firstName=profile.getFirstName();
String lastName=profile.getLastName();
String email=profile.getEmail();
profile.getContactInfo();
I am getting null for profile.getContactInfo();
Check this Android LinkedIn integration and Following code may help you