Authentication Fails with Facebook App Installed (iOS)

前端 未结 4 1787
野性不改
野性不改 2021-01-04 06:57

I\'ve just started seeing a problem with Facebook Connect authentication. If I have version 3.4.4 of the iOS app installed, my delegate\'s fbDidNotLogin method gets called

4条回答
  •  情话喂你
    2021-01-04 07:10

    As pointed out in this thread, you can force FBConnect to use Safari dialogs instead of fast-app switching to the installed FB app. Just comment out the block of code in Facebook.m that calls out to the FB app.

    This is one way to route around the FB bug until they fix their app. It's not an ideal solution, but it works.

提交回复
热议问题