android - FacebookAuthorizationException: User logged in as different Facebook user -
android - FacebookAuthorizationException: User logged in as different Facebook user - i putting simple android activity displays facebook placepicker. when user selects place list, should post selection wall. should not require login button; app not request permissions ( publish_actions in case) until needed. my placepicker works fine. places expect loaded, , selecting 1 triggers appropriate function, requestnewpublishpermissions() phone call fails every time. exception beingness thrown is: com.facebook.facebookauthorizationexception: user logged in different facebook user. i have been able find 2 other discussions online include error message, , neither of them of help me. have logged out of facebook app, logged out of facebook on mobile browser, , still throws same exception. what heck going on here? oncreate() log.d(tag, "checkin: oncreate"); super.oncreate(savedinstancestate); isshared = false; setcontentview(r.layout.activity_checkin); initloca...