Identity\source\access_token from OneAll currently contains three keys
key (guid)
secret (guid)
date_expiration (date)
But LinkedIn does not use Key and Secret for Consumers. You use your LinkedIn App ID, LinkedIn App Secret, and Consumer Access Token. I'm not sure why OneAll is returning guid key and secrets here.
Can you please pass along the actual User Access_Token for LinkedIn like you do for the other Networks?
Thank you!
Answers
I think this is because we use the legacy API, in that version the keys are different.
https://developer.linkedin.com/docs/oauth2-legacy
Adding the new token should however be no problem. I will check with our team and then get back to you!