I am using facebook sdk for login into my application. The application runs fine on htc devices. The applicatioin also works fine on samsung devices if there is no facebook app pre installed but if there is already facebook app on mobile and then the user installs my app the user is never logged in. From what i know i think this might be a problem of single sighn on and i think this is somewhat related with generating proper hash key of the application and using the hash key in facebook application which i used to log into the mobile app.
Please guide me how to create the hash key. I am running ubuntu 10.4.
When i run this command in terminal :- keytool -exportcert -alias .keystore -keystore ~/.android/.keystore | openssl sha1 -binary | openssl base64
I am never prompted for password i am though given the hash key.
Thanks in advance