Hi everyone!
I would like to receive some help from the experts in this area
I’m working with Social Sign-In on APEX. I’m downloaded the app made by Office Hours APEX.
https://asktom.oracle.com/pls/apex/f?p=100:551:::NO:RP,551:P551_CLASS_ID:5861&cs=1303D0C6D0A988B9EEA93F42BF57B6A67
I created the app in LinkedIn:

I have updated the web credentials in the app and changed the OAuth scope of r_fullprofile to r_liteprofile:

My LinkedIn Authentication Scheme:

when I run the application I get this error: (using r_fullprofile and r_liteprofile, both)

I have reviewed the debug and I found this:
JSON GET https://api.linkedin.com/v1/people/~:(id,formattedName,location,emailAddress)?format=json request got HTTP status 410
{
"errorCode": 0,
"message": "This resource is no longer available under v1 APIs",
"requestId": "5Z3G3TR1D2",
"status": 410,
"timestamp": 1571088643236
}

Is it possible that the URL of the User Info Endpoint URL is incorrect? Now I'm using:
_[https://api.linkedin.com/v1/people/~:(#user_ATTRIBUTES#)?format=json](https://api.linkedin.com/v1/people/~:(#userATTRIBUTES#)?format=json)
Btw, probably... I need to apply to become a LinkedIn Partner for get the r_fullrpofile to my app and use v2 on the URL? I don't have any idea about that.
Thank you so much for any help
Clarisa