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

I am trying to integrate LinkedIn Login into my Android app. Looking through the developer’s documentation, I came across this: “For the Mobile SDK for Android, the official Android LinkedIn application must also be installed to support the SDK features” ( source )

Does this mean that the user must install the LinkedIn application for authentication? SDK can not use web browsing if the application is not installed? (as it happens for Twitter / Facebook)

Any thoughts on this will be appreciated.

+5
source share
2 answers

As stated in your documentation, you currently need your own LinkedIn application for successful authentication of the LinkedIn Mobile SDK.

Internet-based authentication is included in the roadmap, but at the same time, you need the application to be installed.

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

+5
source

If you integrate LinkedIn login in your application, it may be difficult for you if the user needs to install the LinkedIn application on their mobile device. According to the documentation

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

enter image description here

0
source

Source: https://habr.com/ru/post/1233216/


All Articles