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
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