The trigger.io documentation for your Facebook module has a tip for getting your Android key hash for upload to Facebook:
On Android, the hash of the key used to sign your application requires Facebook to confirm that your application must have access to the Facebook API. The easiest way to configure this is to just start using the Facebook API, any API methods will return an error message that includes a hash and a URL to configure it.
Is there any example code that should generate this error containing a hash? Or another way to get a hash?
I managed to get an authentication error if I install the Facebook application on a simulator, but it does not return a key hash.
I looked at the official Android docs, but it looks like there should be a file called ~/.android/debug.keystore , but trigger.io should put this file in a different place (or put it at its end for remote assembly).
source share