doorman
doorman

Reputation: 16959

Adding hash key to Facebook Key Hashes

I have signed an app with phonegap build and I am using FB connect but once I try to login, Facebook sends back a message Invalid key hash. The key hash ### does not match any stored key hashes. However when I try to add the key hash on the Facebook Developer page the hash key is not being validated in the textfield. If I however add one extra letter to the hash it's validated and it receives the blue css label with the X mark. Any idea why the hash is not validated?

Thanks!

Upvotes: 1

Views: 1158

Answers (1)

MrDumb
MrDumb

Reputation: 2178

Here is this beautiful trick:

The key hash ### does not match any stored key hashes. Just add = after the key which is being shown by the facbook app. In this case it is ###=

You are done!!

Upvotes: 3

Related Questions