0

I want to generate signed hash key. Before signed my APK I have used debug key store for testing purpose and its Facebook share is working fine.

Now I have signed my application with signed keystore. How can I generate signed hash key through cmd?

halfer
  • 19,824
  • 17
  • 99
  • 186
Anshu
  • 41
  • 9
  • possible duplicate : http://stackoverflow.com/questions/5989237/generating-hash-key-for-app-using-facebook-sdk – TooCool Dec 11 '14 at 15:41

1 Answers1

1

According with FB doc:

https://developers.facebook.com/docs/android/getting-started?locale=es_LA#release-key-hash

It's the same way to generate the debug key hash, but now you have to use the release key store.

Good Luck!

Ollie Strevel
  • 861
  • 1
  • 14
  • 27
  • If the keystore file doesn't have .keystore extension no need to give. If you are give it haven't ask for keystore password. – Anshu Jan 07 '15 at 19:16