Linkedin with OAuth2 ios [closed]

 ̄綄美尐妖づ 提交于 2019-12-14 00:49:40

问题


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 ?


回答1:


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




回答2:


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




回答3:


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:


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



来源:https://stackoverflow.com/questions/15847337/linkedin-with-oauth2-ios

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