Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle APEX 19.1 Social Sign-In LinkedIn

Clarisa Maman OrfaliOct 14 2019 — edited Oct 16 2019

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:

img1.jpg

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

pastedImage_9.png

My LinkedIn Authentication Scheme:

img3.jpg

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

img4.jpg

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

}

img5.jpg

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

This post has been answered by Christian Neumueller-Oracle on Oct 16 2019
Jump to Answer
Comments
Post Details
Added on Oct 14 2019
5 comments
597 views