How to use LinkedIn API in iPhone SDK?

后端 未结 1 1685
小鲜肉
小鲜肉 2020-12-23 22:10

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/introdu

相关标签:
1条回答
  • 2020-12-23 22:48

    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.

    0 讨论(0)
提交回复
热议问题