Hi, anyone able to offer some with basic setuo? I have missed something but not sure what
I am using using linkedin I can use oauth but am unable to get an email back
I have set r_emailaddress on linkedin for my app
and have scope as per the example in the docs ...
# Add email to requested authorizations. SOCIAL_AUTH_LINKEDIN_SCOPE = ['r_basicprofile', 'r_emailaddress'] # Add the fields so they will be requested from linkedin. SOCIAL_AUTH_LINKEDIN_FIELD_SELECTORS = ['email-address', 'headline', 'industry'] # Arrange to add the fields to UserSocialAuth.extra_data SOCIAL_AUTH_LINKEDIN_EXTRA_DATA = [('id', 'id'), ('firstName', 'first_name'),