CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

Invalid Key hash error in andriod #23

Closed sandeepmvn closed 6 years ago

sandeepmvn commented 6 years ago

I have given key hash on facebook and my facebook app is live. For the First time I am logged in with facebook in android, it is working fine., when I use method "CrossFacebookClient.Current.Logout();" to logout and login in with Facebook again, I am getting an error as "Invalid Key hash error".

rdelrosario commented 6 years ago

This doesn't seem a plugin issue but a keystore signing issue instead. Are you sure you signed with the same keystore the application?