How to use LinkedIn API in iPhone SDK?

自闭症网瘾萝莉.ら 提交于 2019-11-30 10:39:50

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/2346698/how-to-use-linkedin-api-in-iphone-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!