cuongdevjs / reactjs-social-login

Group Hook ReactJS components for login social network
https://react-social-login.netlify.app
MIT License
168 stars 75 forks source link

Update index.tsx #176

Open ghanshyamsen opened 2 months ago

ghanshyamsen commented 2 months ago

Update /v2/me ---> /v2/userinfo base on new update in linked in Sign In Policy, --------------------- This version of Sign In with LinkedIn has been deprecated as of August 1, 2023. For all Sign In with LinkedIn implementations going forward, please refer to Sign In with LinkedIn using OpenID Connect. --------------------- Now End Point is /v2/userinfo

ghanshyamsen commented 2 months ago

Update /v2/me ---> /v2/userinfo base on new update in linked in Sign In Policy, --------------------- This version of Sign In with LinkedIn has been deprecated as of August 1, 2023. For all Sign In with LinkedIn implementations going forward, please refer to Sign In with LinkedIn using OpenID Connect. --------------------- Now End Point is /v2/userinfo

ghanshyamsen commented 2 months ago

I am using this in my project, it throw me the error for /me

https://api.linkedin.com/v2/me

{
    "status": 403,
    "serviceErrorCode": 100,
    "code": "ACCESS_DENIED",
    "message": "Not enough permissions to access: me.GET.NO_VERSION"
}

image image

ghanshyamsen commented 2 months ago

Hello @cuongdevjs I am waiting for your response have update regarding LinkedIn login issue.