LinkedIn setup is similar to any other OAuth service. To request extra fields using LinkedIn fields selectors just define this setting:
LINKEDIN_EXTRA_FIELD_SELECTORS = [...]
with the needed fields selectors, also define LINKEDIN_EXTRA_DATA properly, that way the values will be stored in UserSocialAuth.extra_data field.
By default id, first-name and last-name are requested and stored.