簡體   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