简体   繁体   中英

Issue with Facebook SSO on iPhone

I have a problem implementing Facebook SSO (single sign on): when you run my app and try to log on, facebook app is started, then when you press ok or cancel instead of going back to my app ANOTHER APP is being run (it's one of our older apps)

main app has fb_APP_ID in plist, when i debug url it opens fbauth://authorize?type=user_agent&display=touch&redirect_url=fbconnect%3A%2F%2Fsuccess&sdk=ios&scope=offline_access&client_if=APP_ID where APP_ID is of course number

the older app doesnt have fb_APP_ID in it's plist...

if I run hackbook sample code, it runs ok

Any ideas? Thank you!

删除旧应用程序和您当前的应用程序,它将正常运行。

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