Linkedin with OAuth2 ios [closed]

2019-06-20 11:29发布

I am developing an Iphone app in which i want to integrate it with linkedIn.
I want user info in my app and i want to do it with oAuth 2.0.
I tried to integration with oAuth 1.0, but i am having problems in callback.

is there any sample or good tutorial available for linkedIn integration in iphone using oAuth 2.0 ?

4条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-06-20 11:44

check for the parameters like consumer and access token etc.

check these links:

https://apigee.com/console/linkedin

Have you seen this: http://www.whitneyland.com/2011/03/iphone-oauth.html

or this:

https://github.com/ResultsDirect/LinkedIn-iPhone

查看更多
Evening l夕情丶
3楼-- · 2019-06-20 11:46

This link provides a good starting point for using iOS - LinkedIn with or without a backend server with oauth2:

https://github.com/jeyben/IOSLinkedInAPI

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-06-20 11:54

There is easy and good tutorial on github.com ,Here

Note: Make sure to integrate all the classes of Crypto folder

It will work for sure

查看更多
做个烂人
5楼-- · 2019-06-20 11:55

For personal usage & help others which want a sample app for LinkedIn using OAuth 2.0 protocol, I wrote a client using OAuth2Client which is on GitHub:

https://github.com/bouzikas/LinkedinOauth2

查看更多
登录 后发表回答