Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming you did copy-paste from openssl output to facebook app settings so that there are no confusions regarding similar-looking characters O0 or 1l| or G6...</p> <p>I recently put a diagnostic program on Play Store that shows the key hash as-installed for any app on your phone. Search for "GetKeyHash". It shows you all the apps on your device sorted by when they were last updated and you can expand any of them to see the key hash(es), package name, and valid Activity names. The correct GetKeyHash app does not request or use any special permissions and Android should say so when you install.</p> <p>To run on a simulator, this is also available at <a href="http://rightparen.com/android/GetKeyHash.apk" rel="nofollow">http://rightparen.com/android/GetKeyHash.apk</a>. </p> <p>Note that if you build a debug version of your app in an IDE, the key hash will be different than the retail version you ship to Play Store. You can add multiple key-hashes for an app in the Facebook developer console to allow for debug keys as well as your retail key.</p> <p>If this yields the same result, there could be a bug. As a potential workaround <strong>for a debug key only</strong>, you can back up ~/.android/debug.keystore and delete that file. The next time you build, the android system will generate a new key that may not trigger the bug. At this point you will need to uninstall the app from your device or you will get an error on install about the apk needing to be signed with the same certificate. Then you can use GetKeyHash as above or any of the standard methods to get the new key hash and add it to your app on facebook.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload