如何在iPhone SDK中使用LinkedIn API?

编程入门 行业动态 更新时间:2024-10-21 19:03:29
本文介绍了如何在iPhone SDK中使用LinkedIn API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想在项目中使用 LinkedIn API,但是我没有找到任何有关使用LinkedIn API的优秀教程.如何使用LinkedIn API?

基本概念"的初学者指南/简介"会有所帮助.

好,在四处搜寻之后,我转到了此链接 LinkedInAPI .

我填写了表格,但无法理解集成URL"(集成将在其中进行示例的URL).

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

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

我知道要进行身份验证,有一个Objective-C包装器MPOAuthMobile.我也下载了该文件,但无法理解.这个笨拙的API使用什么?

解决方案

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

这就是为什么我创建这个小库并将其发布在github上的原因: github/jeyben /IOSLinkedInAPI

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

IOSLinkedInAPI使用OAuth2并帮助您获取实际调用LinkedIn Rest API所需的accessToken.

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?

解决方案

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: github/jeyben/IOSLinkedInAPI

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

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

更多推荐

如何在iPhone SDK中使用LinkedIn API?

本文发布于:2023-11-28 07:22:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1641453.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何在   iPhone   SDK   LinkedIn   API

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!