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 try to create hash key for my android app using this command

keytool.exe -exportcert -alias mykeystorealias -keystore "C:/Projects/mykeystore" | "C:\openssl\bin\openssl" sha1 -binary | "C:\openssl\bin\openssl" base64

But after entering password and copy paste generated key on facebook my key didn't work

I download Cygwin and I want to try generating the same hash key using Cygwin.

I'm not very familiar with unix can anyone help me and give me Cygwni-linux interpretation for (I read that linux and windows hash key can generate different results):

    keytool.exe -exportcert -alias mykeystorealias -keystore "C:/Projects/mykeystore" | "C:\openssl\bin\openssl" sha1 -binary | "C:\openssl\bin\openssl" base64

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.