简体   繁体   中英

Facebook Connect login dialog not getting displayed on iphone with new facebook-ios-sdk

I am using new new Facebook-ios-sdk did everything what is informed in README.mdown. while running this app. It didnt showed me anything. But when i kept break point in show in Fbdialog here:

UIWindow* window = [UIApplication sharedApplication].keyWindow; 
if (!window) {
    window = [[UIApplication sharedApplication].windows objectAtIndex:0]; 
} 

If any one can help me out with this it will be really great.

thanks, Aby

APPID存在问题,我们也需要在plist中提供该ID。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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