如何在iPhone SDK中使用LinkedIn API?

发布于 2024-08-23 07:47:13 字数 561 浏览 10 评论 0原文

我想在我的项目中使用 LinkedIn API,但我还没有找到任何好的教程关于使用 LinkedIn API。如何使用LinkedIn API?

“基本概念”的“初学者指南/介绍”会很有帮助。

好的,在谷歌搜索后,我访问了此链接 LinkedInAPI

我填写了表格,但无法理解“集成 URL”(集成将上线的示例 URL)。

因为我想在本机 iPhone 应用程序中而不是在任何网站上使用 LinkedIn?

那么,在获取密钥后,如何使用这些密钥以及如何对用户进行身份验证并获取一些个人资料信息、发布状态等所有内容?

我知道有一个用于身份验证的 Objective-C 包装器 MPOAuthMobile。我也下载了但是看不懂。这个繁琐的API有什么用呢?

I want to use the LinkedIn API in my project, but I haven't found any good tutorials about using LinkedIn API. How to use LinkedIn API?

"A beginners guide/introduction" of "basic concepts" would be helpful.

OK, after googleing around I went to this link LinkedInAPI.

I filled in the form but I am unable to understand what the "Integration URL" (Example URL where the integration will go live.)

Because I want to use LinkedIn in native iPhone application not on any website?

So after getting keys how do I use those keys and how do I authenticate user and get some profile info,post status like all the things?

I know for authentication there is an Objective-C wrapper MPOAuthMobile. I have also downloaded that but unable to understand. What this cumbersome API uses?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南渊 2024-08-30 07:47:13

我一直无法找到一个稳定的库/代码示例来帮助我从本机 iOS 应用程序访问 LinkedIn api。

这就是为什么我创建了这个小型库并将其发布在 github 上: https://github.com/jeyben/IOSLinkedInAPI< /a>

如果您有兴趣,该库也可以作为 cocoapod 提供:
http://cocoapods.org/?q=IOSLinkedInAPI

IOSLinkedInAPI 使用 OAuth2 并帮助您获取 accessToken需要实际调用 LinkedIn Rest API。

I haven't been able to find a stable library/code-example that helped me get access to the LinkedIn api from a native iOS application.

That´s why I created this small library and published it at github: https://github.com/jeyben/IOSLinkedInAPI

The library is also available as a cocoapod if you are interested:
http://cocoapods.org/?q=IOSLinkedInAPI

IOSLinkedInAPI uses OAuth2 and helps you get an accessToken which is needed to actually call the LinkedIn Rest API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文