Facebook key hash (problem signing in)

Hello developers.I implemented facebook score sharing in my app (Post score on fb).The test app works normally , but the original app reports “Invalid Key Hash.The key hash XXXXXXX does not match any stored keyhashes”.Although I added XXXXXX= to my app settings on fb.Has anyone had this problem before ?

Have you read:

http://coronalabs.com/blog/2013/07/30/understanding-facebook-authentication/

http://docs.coronalabs.com/guide/social/setupFacebook/index.html

http://docs.coronalabs.com/guide/social/implementFacebook/index.html

http://coronalabs.com/blog/2014/08/26/tutorial-understanding-android-app-signing/

When you generate your keyhash, if your password is wrong, if you’re in the wrong folder where you type the command or if you use the wrong keystore, you won’t know it.  You will get a valid looking keyhash.  You also need to be using release keystore for this and not the debug keystore.   All of that is detailed in the above posts.

Rob

Have you read:

http://coronalabs.com/blog/2013/07/30/understanding-facebook-authentication/

http://docs.coronalabs.com/guide/social/setupFacebook/index.html

http://docs.coronalabs.com/guide/social/implementFacebook/index.html

http://coronalabs.com/blog/2014/08/26/tutorial-understanding-android-app-signing/

When you generate your keyhash, if your password is wrong, if you’re in the wrong folder where you type the command or if you use the wrong keystore, you won’t know it.  You will get a valid looking keyhash.  You also need to be using release keystore for this and not the debug keystore.   All of that is detailed in the above posts.

Rob