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,471
  • 17
  • 87
  • 173
Anshu
  • 51
  • 9
  • possible duplicate : http://stackoverflow.com/questions/5989237/generating-hash-key-for-app-using-facebook-sdk – Cool 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
  • 839
  • 1
  • 12
  • 26
  • 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