When I'm retrieving social actions of a linkedin share using socialActions
endpoint, I'm using projection to get actor info with displayImage~
. But it throws following error,
"displayImage!" : { "serviceErrorCode" : 100, "message" : "Not enough permissions to access: GET-playableStreams /assets/C4E03AQH57nd5w5cWUw/mediaArtifactPublicUrls", "status" : 403 }
The query used to get social actions is,
curl 'https://api.linkedin.com/v2/socialActions/urn:li:share:543222277889832/comments?projection=(elements*(*,actor~(*,id,vanityName,profilePicture(displayImage~:playableStreams))))&oauth2_access_token=xxx'
When I'm getting person details using person
endpoint, I can get the displayImage~
response. Please anyone help me resolve this.