I have run into a very weird issue with facebook. When I use the debug.keystore sharing with facebook works fine. However when I use a development/private keystore which I created (which is required to publish your app on google play) i get the following error…
“invalid key hash. The key hash 5mgcal8wwZa0ao5M776o3/0QJ0g does not match any stored key hashes. Configure your app key hashes at blah blah facebook url.”
Now this is not even the correct key hash that I have (and I checked numerous times with multiple methods.) However this error occurred with the debug.keystore (with a different key hash) but just in case I added a “=” at the end and now the debug.keystore works fine. Figuring it might work again I tried adding an “=” with the above key hash but still the same error occurs. Why is it that the debug.keystore works fine but the private one is giving me this error?
Thanks for your help
-Brandon.