简体   繁体   中英

Facebook SSO not returning to my app iphone

I published app on the AppStore. Before sending Apple, app worked fine. I downloaded this app, and when I run the Facebook login screen appears Dialogue permission. When I click "ok", app does not return but is on Facebook. I followed the letter of the Facebook documentation.

Any help/suggestions would be very much appreciated.

Thanks

Jean-Louis

From my experience this can happen if :

  • You have not set the 'url scheme' for facebook or
  • You have not implemented

    • (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url

properly

就我而言,我在fb和我的fb应用程序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