nvh95 / react-linkedin-login-oauth2

Easily get Authorization Code from Linked In to log in without redirecting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recent Marketing API Changes

chirag2602 opened this issue · comments

Hi, I got an email from LinkedIn that they are migrating and they have made some changes with API.
Refer this for example : [https://learn.microsoft.com/en-us/linkedin/marketing/integrations/recent-changes?view=li-lms-2023-04]
I am quoting the changes:
Reminder about access and refresh token requests after June 30, 2023
All access token and refresh token requests should be made using only the POST method to /accessToken endpoint with the request header “Content-Type”: “x-www-form-urlencoded” and all required parameters in the request body. We will start returning 400 errors on the GET /accessToken endpoint after June 30, 2023.
Will this effect react-linkedin-login-oauth2 users?