I am implementing facebook Android SSO in my app. It works fine with the devices not having facebook app installed. However, with a device with fb app installed, blank screen appears after the progress dialog.
The app login never appears as shown here on facebook android guide. (https://developers.facebook.com/attachment/AndroidSSO_basicperm.png) I am using the same code from fb guide as a demo. I have generated the keyhash as shown there. Please help.
EDIT: I generated a new keyhash after signing it with new keystore using eclipse. With that keyhash it is working fine which means that there is a problem with the keyhash generated from android debug. I was generating the debug keyhash as answered here (Key hash for Android-Facebook app). But sso is not working.