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

2

8

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

Hunker answered 8/10, 2015 at 5:43 Comment(1)
simply take the sample, import to your workspace, connect the device and run it. see what happens for yourselfMuslin
C
7

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

Conscript answered 8/10, 2015 at 17:2 Comment(1)
Seems like it is on the roadmap for a long time. Is there maybe a way to do a workaround?Myall
S
1

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

Symploce answered 31/8, 2017 at 13:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.