Search code examples
androidfacebook-graph-apihashsigned

How can I generate signed hash key for Facebook?


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?


Solution

  • 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!