You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue similar to the one created for Github thrid party provider #474. I noticed that we are recieving user info from linkedin but it is not being passed so it cannot be accessed when overriding thridparty functions.
Below code is from the file linkedin.py from the latest python SDK 0.26.1 and you can see that only third_party_user_id and email are being returned.
This is an issue similar to the one created for Github thrid party provider #474. I noticed that we are recieving user info from linkedin but it is not being passed so it cannot be accessed when overriding thridparty functions.
Below code is from the file linkedin.py from the latest python SDK 0.26.1 and you can see that only
third_party_user_id
andemail
are being returned.The text was updated successfully, but these errors were encountered: