roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 331 forks source link

Facebook login crash #230

Open i6x86 opened 4 years ago

i6x86 commented 4 years ago

Facebook just restringed an app in production saying that the login process crashes or take an excesive time. I've added previously some key hashes because there was a message saying key hash 24qw4q4qw4jblablabla is missing in the configuration and the app stoped to crash.

Now I'm appealing, but I wonder why does this new key hash appeared, is it because of the new launched version of the app? I mean, this app worked fine, then new version, then suddenly the crash (only on android) then I add this key hash and it works. Why this? Am I supposed to add a new key every time I launch new version of the app? Also, where are the crash stats on facebook? I took a look at the analytics and there's nothing showing the crash percentage niether the error. Thanks!

giacomomasseron commented 4 years ago

Same here. Did you solve it?

i6x86 commented 4 years ago

Same here. Did you solve it?

I solved it temporarily adding the key hash that were missing, but I have to dig deeper on this when I have a lil more free time. Right now I'm adding new features and am too busy... there were some more info about the issue on Stackoverflow and Github, you can take a look.