How do i export the key for my app using the debug defaults specified by the Android SDK and Eclipse I am trying to generate a key for use with the Facebook SDK I have tried
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
if it helps i am running ubuntu 11.04 but what it generates is gibberish if i may say so thanks alot