We are building an android mobile application. We have a LinkedIn social login. The Android SDK (app) sends the access token to Node.Js backend API.
On the server side, We want to validate the access token and fetch the basic user profile details.
I want to know that can this library supports to validate access token. I checked but it redirects me to linked in the website rather than sending success/error response.
We are building an android mobile application. We have a LinkedIn social login. The Android SDK (app) sends the access token to Node.Js backend API.
On the server side, We want to validate the access token and fetch the basic user profile details.
I want to know that can this library supports to validate access token. I checked but it redirects me to linked in the website rather than sending success/error response.
Any help will be appreciated.