Facebook authorization fails on iOS6 when switching FB account on device

后端 未结 6 2107
难免孤独
难免孤独 2020-11-28 04:14

I\'m using die Facebook SDK 3.1.1 to implement FB Connect in my iOS application. This works fine in the simple case with either the new FB integration (logged in on iOS) or

6条回答
  •  攒了一身酷
    2020-11-28 04:46

    I got the same error. But i used @ill_always_be_a_warriors method: -(void)fbResync but not work for me.

    I finally found it's my permissions issue, i removed offline_access permission, it works, hope it helps some one.

提交回复
热议问题