简体   繁体   中英

iPhone sdk facebook login issue

I have made an application which uses latest ios facebook sdk to connect. I also had facebook application installed on my iPhone. The problem is that when I am already logged in the facebook application. I cannot log in my application with facebook, because it takes me to facebook application where it says you are already authorized, but my app does not work.

在facebook.m中有一个函数注释掉这一行。

didOpenOtherApp = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:fbAppUrl]];

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