In the trigger.io documentation for their Facebook module it has a "Tip" for getting your Android key hash to upload to Facebook:
On Android a hash of the key used to sign your app is required by Facebook to confirm your app should be allowed to access the Facebook API. The easiest way to configure this is to simply start using the Facebook API, any API methods will return an error message which includes the hash and the URL to visit to configure it.
Is there any example code that should generate this error containing the hash? Or another way to get the hash?
I've been able to get an authentication error if I install the Facebook app onto the simulator but it doesn't return back the key hash.
I have looked at the official Android docs but it looks like there should be a file called ~/.android/debug.keystore but trigger.io must be putting this file in a different place (or hosting it on their end for the remote build).