I was integrating LinkedIn sign-in with my web application,
Initially I was doing the implementation using JS SDK. After I realised that for iOS Mobile Devices, LinkedIn does not support JS SDK. So Currently I am using OAuth implementation.
My question is, Is there any way to use JS SDK after getting OAuth login success and after getting the access token
. My point is, I don't want to do the logic for token validation, expiration etc
.
PS - Similar feature I have found in Facebook SDK, they are allowing to use Facebook JS SDK after setting the access token to SDK.
Please share your thoughts, comments, links.
Thanks in advance.