I am using Login with FaceBook functionality for my Android app. in which I am facing an issue, with existing FaceBook app in device.
I am using SessionLoginSample for sign in with facebook. It is display one custom view for login with facebook and it is working fine but If there is facebook application installed in device then it will not display its custom view instead it navigate to facebook application and display its login page (or View. see below image) and if I login in facebook app I am not getting proper response from facebook authentication process.
Facebook application login view

And if there is no facebook application installed in device then it will display its custom view and all whole flow for particular functionality is working fine.
SessionLoginSample's custom View

Is there any way to display SessionLoginSample's custom View always even if there is facebook application installed in device Or any alternative related this issue?