I have a strange problem using the facebook plugin with phonegap build. It sounds like a certificate problem but I can't figure it out.
I tried the sample code found here : github.com/amirudin/pgb-fbconnect
I followed instructions in the readme.md file.
When I first start the android app and when I click on "login" button, everything works fine and I can connect myself to the facebook app.
Now, I hit the logout button. Ok again, it works.
But if I hit the login button again, I have a facebook error message : "invalid android_key_parameter. The key xxxxxxxxxxxxxx does not match any allowed key."
But the xxxxxx key in the message does not correspond to the key I've put in the facebook app config panel.
I have a little video of my problem here : Dropbox video
I don't understand why it works fine during the first login and fail during the second one .... It seems that the second time, the signature change.
Help!!
I created a github repo if someone want to test it. You just have to change the APP_NAME and APP_ID in the config.xml and the APP_ID in index.html
It's very frustrating to have something which "almost" works.
Did you succeed in reproducing my bug/behavior ? (login + logout + login = fail)