如何通过 iOS 应用在 Linkedin 中共享文本和网址。是否可以不使用 oAuth2 身份验证,如果没有,任何人都可以简单地帮助我进行 oAuth2 集成和共享。
Best Answer-推荐答案 strong>
不,
没有身份验证就无法利用 Share Api。
LinkedIN 有它的 Rest API,你可以使用它
https://developer.linkedin.com/docs/share-on-linkedin
要试用它,请查看 API,您可以在 APIGEE 上玩。
用于 Auth 2.0 的 Git 库
https://github.com/jeyben/IOSLinkedInAPI
https://github.com/mrugraj/MVLinkedIn-iOS (正在开发中)
关于ios - 没有oauth2的Linkedin直接分享,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/31066349/
|