'Cordova plugin for linkedin login

I'm doing app development by using apache Cordova. I just want to know, is there any Cordova plugin which implements the native LinkedIn sign into my app.

Example: If I installed Linkedin app means my app should recognize the user who signed in that app. If not just redirect to the LinkedIn sign in page.



Solution 1:[1]

install inAppBrowser plugin into your cordova/ionic app. and use OAuth feature of ionic/ngCordova framework.

For more guide have a look at

http://blog.ionic.io/oauth-ionic-ngcordova/

and

http://ngcordova.com/docs/plugins/oauth/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Arpit Vasani