I am writing an application using Ionic and Phonegap and am running into a problem trying to integrate the Facebook plugin that you can get at https://github.com/Wizcorp/phonegap-facebook-plugin
I understand that I need to add a hash key to my Facebook developer account (release and debug mode) and have done this following the processes outlined at http://developer.android.com/tools/publishing/app-signing.html
I build and push my app to android using Cordova build android or Phonegap build android and the app is happily built and pushed to my phone.
The app is running along and the plugin API is working because it opens up the facebook app to authenticate but I get the error message. Facebook Invalid key hash. The key hash xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx does not match any stored key hashes. Configure your app key hashes at etc..
I have tried manually dropping the debug-unaligned,Still not working
Can anyone help me out or point me in the right direction?