Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linkedin login for a Cordova app

I have a Cordova app - for Android and iOS platforms, and a feature in the app where user needs to login with their linkedin credentials. The linkedin login is used to retrieve the user's profile information. I have questions as below - 1. In the "Add New Application" screen, what is the URL I have to mention at "OAuth 2.0 Redirect URLs:" field? 2. Is there a defined procedure on how to integrate in the app?

I have searched on SO and found these links - Link1, Link 2, Link 3 These are of not a straight help as I tried giving "file:///...." in the Redirect URL as given in Link3 above.

Please, could anyone help/guide me how to implement this?

I have an Inapp browser plugin only at the moment, how to get the linkedin login work with this setup?

like image 656
Lohith Korupolu Avatar asked Oct 17 '14 09:10

Lohith Korupolu


1 Answers

Use SocialGap plugin and it works. Cordova inappbrowser is a prerequisite. Thanks to SocialGap. The documentation for integration can be found here

like image 95
Lohith Korupolu Avatar answered Sep 30 '22 17:09

Lohith Korupolu