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??"];
}
走るな。
そのため、LinkedInAPIはそこで立ち往生しています。
誰かが問題と解決策を見つけてください?