https://engineering.linkedin.com/blog/2018/12/developer-program-updates
From the above link I got information that Authentication, SDKs, and Plugins: SDKs: Our JavaScript and Mobile Software Development Kits (SDKs) will stop working. Developers will need to migrate to using OAuth 2.0 directly from their apps.
I want to add linkedin login in my android app. The only way seems to be is using oauth2 login, but it requires a backend change. I need to add an end point which will get the end point from oauth response and again request the info and store in some permanent storage. Then I have to call the backend from android app to fetch that info.
**or **
Is there any alternative way to do that without backend change?
from How to Integrate android app with linkedin signin?
No comments:
Post a Comment