Facebook Connect login dialog not getting displaye

2019-08-27 03:59发布

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

1条回答
等我变得足够好
2楼-- · 2019-08-27 04:18

Problem was with the APPID which we also need to provide in the plist.

查看更多
登录 后发表回答