Skip to content Skip to sidebar Skip to footer

LinkedIn OAuth Token With Javascript SDK

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 s

Solution 1:

You are using JS SDK, which has all of the following features to work with authorization, tokens etc.

Example:

IN.User.authorize()
IN.User.logout()
IN.User.refresh()
IN.API.RAW.... etc

Post a Comment for "LinkedIn OAuth Token With Javascript SDK"