繁体   English   中英

在iPhone App上通过LinkedIn API授权后无法确认

[英]cannot confirm after passing the LinkedIn API authorisation on iPhone App

我已完成LinkedIn-iphone API的授权步骤,该应用程序进入屏幕截图:


在哪里使用LinkedIn PIN

但是“关闭”按钮没有响应,也没有使用授权PIN的位置。

因为它没有最终授权,方法就像

- (void)linkedInEngine:(RDLinkedInEngine *)engine requestSucceeded:(RDLinkedInConnectionID *)identifier withResults:(id)results {
 NSLog(@"++ LinkedIn engine reports success for connection %@\n%@", identifier, results);
}

- (void)linkedInAuthorizationControllerSucceeded:(RDLinkedInAuthorizationController *)controller {
 NSLog(@"Authentication succeeded.");
 NSLog(@"Fetching current user's profile on connection %@", [controller.engine profileForCurrentUser]);
 [rdEngine updateStatus:@"when can you update me??"];
}

别跑。

所以LinkedIn API被困在那里。

有人找到问题和解决方案吗?

该应用程序将要求您从LinkedIn填写您的API和密钥。 您的应用应被指定为移动应用,并且OAuth重定向网址必须设置为: http:// linkedin_oauth / success

当我进入LinkedIn Auth Screen时,我得到了一个截断的Linkedin屏幕视图。

我已经在LinkedIn网站上的应用程序中输入了OAuth重定向URL。 我也将该应用程序识别为移动应用程序。

最诚挚的问候,索姆纳特

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM