Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I run the script below like Facebook said. There is no compiling problem. The problem is it never gives me a password question after process finished and according to facebook documentation it means my keystore path is incorrect. But debug.keystore file is in correct path! C:\Users\KSM45.android

Please let me know where do I make mistake? I just want to login with facebook!

(From documentation page: Also make sure you are using the correct password - for the debug keystore, use 'android' to generate the keyhash. General Rule: If the tool does not ask for password, your keystore path is incorrect.)

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
share|improve this question
Which api are you using for fbConnect ? – SALMAN Jul 21 '12 at 17:23
it's not about api. it's about keytool and debug.keystore! :( – Mustafa Güven Jul 21 '12 at 17:31
Here is another link you can flow this one as well androidhive.info/2012/03/android-facebook-connect-tutorial – SALMAN Jul 21 '12 at 17:36

1 Answer

Try to delete your keystore in ~/.android/debug.keystore then clean your project in eclipse and run your app so the eclipse plugin re-create your keystore.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.