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.

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

share|improve this question

1 Answer

If gibberish means random characters and numbers, about 30 of them: Thats fine and what you need. Just take them and copy them to your applications profile on Facebook.

If not, please post the error or command output you get while doing so.

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.