我已经完成了LinkedIn-iphone API的授权步骤,应用程序来截图:
但是“关闭”按钮没有响应,并且没有在哪里使用授权的 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 卡在那里。
请问有人找到问题和解决方法吗?