Android 没有 LinkedIn SDK 的 LinkedIn
Android LinkedIn without LinkedIn SDK
我想在我的 Android 应用程序中使用 LinkedIn。我不确定它是否是 right/doable 但我想在没有 LinkedIn SDK 的情况下集成它。我的意思是说,每当用户点击登录按钮时,它应该使用 webview 进入网络,用户将在那里登录,然后它应该回来。那我应该可以访问最少的用户信息了。
只是想知道可不可以!
谢谢
这是可能的,但你最终会遇到一些问题。
- If your app becomes successful you increase the chance of having expensive conversations with LinkedIn lawyers.
- Essentially you'd be using a very unofficial and undocumented api which would be subject to change at any time.
如果您将自己的项目作为研究项目或供自己的内部业务使用,那么您正在寻找的是在您的本机应用程序和网页之间进行通信。
见search google with android javascript communicate with web page view
我想在我的 Android 应用程序中使用 LinkedIn。我不确定它是否是 right/doable 但我想在没有 LinkedIn SDK 的情况下集成它。我的意思是说,每当用户点击登录按钮时,它应该使用 webview 进入网络,用户将在那里登录,然后它应该回来。那我应该可以访问最少的用户信息了。
只是想知道可不可以!
谢谢
这是可能的,但你最终会遇到一些问题。
- If your app becomes successful you increase the chance of having expensive conversations with LinkedIn lawyers.
- Essentially you'd be using a very unofficial and undocumented api which would be subject to change at any time.
如果您将自己的项目作为研究项目或供自己的内部业务使用,那么您正在寻找的是在您的本机应用程序和网页之间进行通信。
见search google with android javascript communicate with web page view