Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can LinkedIn Authorization work on Android if LinkedIn app is not installed?

I am trying to integrate Log In With LinkedIn on my android app. While looking through the developer documentation, I came across this : "The Mobile SDK for Android requires the official LinkedIn Android application is also installed to support the SDK's capabilities" (source)

Does it mean, the user needs to have LinkedIn app installed, to authenticate him/herself? The SDK can't use a webview, if the app is not installed? (like it happens for Twitter/Facebook)

Any thoughts on this will be appreciated

like image 970
Rohitesh Avatar asked Oct 08 '15 05:10

Rohitesh


2 Answers

As the documentation you quoted states, the native LinkedIn application is presently required in order for the LinkedIn Mobile SDK to successfully authenticate.

Web-based authentication is on the roadmap, but in the meantime, you require the app to be installed.

The SDK will facilitate prompting the users to install the LinkedIn application on their mobile device if it detects that it is not installed when it is needed. Additional details can be found here: https://developer.linkedin.com/docs/android-sdk-auth#ux

like image 112
Justin Kominar Avatar answered Sep 17 '22 18:09

Justin Kominar


If you are integrating LinkedIn Login in your application, you might face a difficulty that user must have to installed LinkedIn App in his/her mobile. As per the documentaion,

https://developer.linkedin.com/docs/android-sdk

enter image description here

like image 36
Jayakumar Avatar answered Sep 21 '22 18:09

Jayakumar