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 am developing a facebook oauth app on android on linux and when i run keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64 for the hash key i get an unreadable text. I tried piping it to a text file, still its unreadable. Please help

share|improve this question
what's your OS ? i had no problems in generating hash key. I may help you... – piyushnp Feb 3 '11 at 18:03

1 Answer

up vote 0 down vote accepted

Unreadable text! do you mean Ascii characters right? you will have the openssl incorrect path or it doesn't exist. I think in linux Openssl is preinstalled, in Windows i had to install Openssl cause i get that "unreadable text"

share|improve this answer
yeah!! i was copy pasting the command and the open ssl thingy wasnt running. I ran with the openssl command and it worked. Thanks – catchmrbharath Feb 5 '11 at 4:11

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.