Facebook login not working if Facebook native application installed in device?
I am working on android Application. when facebook native application installed it does not work and show only two popup. but if itis not installed it redirect to facebook website and works fine .How i can resolve this . any help will be appreciated. I have checked and added all hashkey in facebook app. but still not working . statusCallback = new SessionStatusCallback(); Session session = Session.getActiveSession(); this.isLogin = isLoginUser; session = null; if (session == null) { if (savedInstanceState != null) { session = Session.restoreSession(context, null, statusCallback