Facebook api hangs at “Opening” during openActiveSession

后端 未结 1 1595
天命终不由人
天命终不由人 2021-01-20 18:47

I can log in fine the first time. And I have an option where the user can disable facebook within the android application. When this is selected the facebook status goes t

相关标签:
1条回答
  • 2021-01-20 18:57

    I'm not sure if we have the exact problem, but my facebook's session state retains "OPENING" after the Session.openActiveSession(activity, true, statusCallback);. I had overridden the onActivityResult() inside my fragment. What I did to solve this was to override the method on my Activity instead.

    Related answer: https://stackoverflow.com/a/13888652/782870

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