Django-allauth: linkedin login v2 not working (OAuth2Client)

Created on 16 May 2019  路  7Comments  路  Source: pennersr/django-allauth

Started getting the following error this month:

http_error_msg 403 Client Error: Forbidden for url: https://api.linkedin.com/v2/me?projection=(id,firstName,lastName)

Using django-allauth 0.39.1

My LinkedIn Permissions:
r_emailaddress 3-legged member permission
r_liteprofile 3-legged member permission
w_member_social 3-legged member permission

Most helpful comment

so @pennersr can we humbly ask for a shinny new allauth release?

All 7 comments

linkedin recently changed its API [1] and the way allauth was trying to retrieve the firstName, lastName and email in v0.39.1 no longer works. This is already fixed on master, but seems like it was not featured in an official release yet.

[1] - sorry but I can't seem to find any official source for this at the moment

so @pennersr can we humbly ask for a shinny new allauth release?

I have the same issue.

I have the same issue.

Same, a new allauth release to fix this would be great.

Hi, may I know if this was fixed only in v0.41.0? Thanks

@ricardogsilva may I ask how you solved this issue? I am on v0.41.0 and still experiencing this. Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

slimaidarismail picture slimaidarismail  路  3Comments

hyunwoona picture hyunwoona  路  4Comments

peterhn picture peterhn  路  4Comments

FSE-DEV picture FSE-DEV  路  5Comments

gitdeepak picture gitdeepak  路  5Comments