6

我正在开发一个 Iphone 应用程序,我想将它与linkedIn 集成。
我想要我的应用程序中的用户信息,我想用 oAuth 2.0 来做。
我尝试与 oAuth 1.0 集成,但在回调中遇到问题。

是否有任何示例或好的教程可用于使用 oAuth 2.0 在 iphone 中进行linkedIn 集成?

4

4 回答 4

1

github.com 上有简单又好的教程,这里

注意:确保集成 Crypto 文件夹的所有类

它肯定会起作用

于 2013-04-06T05:29:57.780 回答
1

此链接为使用 iOS 提供了一个很好的起点——LinkedIn 有或没有带有 oauth2 的后端服务器:

https://github.com/jeyben/IOSLinkedInAPI

于 2015-01-27T16:45:09.077 回答
0

检查消费者和访问令牌等参数。

检查这些链接:

https://apigee.com/console/linkedin

你见过这个: http: //www.whitneyland.com/2011/03/iphone-oauth.html

或这个:

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

于 2013-05-25T08:57:12.870 回答
0

对于个人使用和帮助其他需要使用OAuth 2.0协议的LinkedIn示例应用程序的人,我使用 GitHub 上的OAuth2Client编写了一个客户端:

https://github.com/bouzikas/LinkedinOauth2

于 2014-03-04T00:12:47.920 回答