facebook-ios-sdk logout question

后端 未结 7 1121
谎友^
谎友^ 2020-12-01 12:51

I have seen a lot of questions here regarding the Facebook Graph API but I still haven\'t find a solution for simple \'login\'/\'logout\' operations using it. Looks like the

相关标签:
7条回答
  • 2020-12-01 13:53

    I'm afraid the answer is no, you can't do this.

    Your application is in a sandbox, and can't write outside, where global cookies are (for mobile safari) and Facebook app settings (in Facebook app preferences/cookies I think)

    You can only warn your user to logout outside of your app...

    ...Or you can just not use facebook api SSO, but in app login webform, like I do for other reasons.

    If you choose that option this pull request might save you some time ;)

    0 讨论(0)
提交回复
热议问题