We have an app with LinkedIn and implemented server side authentication for generating tokens. Since 22nd march 2018, all our requests to LinkedIn API endpoints are failing. We could not either sing up new users or could share to users who are already connected.
For example, when we try to use the share api endpoint "https://api.linkedin.com/v1/people/~/shares", we are getting below response.
{
"errorCode": 0,
"message": "This resource is no longer available under v1 APIs",
"requestId": "75VVVZNEH1",
"status": 410,
"timestamp": 1521743007330
}
Reaching the forum to confirm if this is a generic LinkedIn issue for all or we are only facing this also to get help from LinkedIn experts to get out of this situation.
Any help appreciated.