roughike / flutter_facebook_login

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

Changing Facebook App Id cause Error #264

Open abdulghani opened 4 years ago

abdulghani commented 4 years ago

in iOS, when you change the facebook app id in the info.plist file, it throws error when doing FacebookLogin().login([]) it throws

Error Domain=com.facebook.sdk.login Code=304

version flutter_facebook_login: ^3.0.0

abdulghani commented 4 years ago

I've tried doing flutter clean no luck

shashikantdurge commented 4 years ago

try logOut() before logIn().