【发布时间】:2011-01-12 10:24:20
【问题描述】:
我已经做了LinkedIn-iphone API的授权步骤,app来截图了:
但“关闭”按钮没有响应,并且无法在何处使用授权 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 卡在那里。
有人找到问题和解决方法吗?
【问题讨论】:
标签: objective-c api oauth linkedin