flutter_facebook_login icon indicating copy to clipboard operation
flutter_facebook_login copied to clipboard

Changing Facebook App Id cause Error

Open abdulghani opened this issue 4 years ago • 2 comments

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 avatar Apr 24 '20 06:04 abdulghani

I've tried doing flutter clean no luck

abdulghani avatar Apr 24 '20 06:04 abdulghani

try logOut() before logIn().

shashikantdurge avatar Apr 30 '20 12:04 shashikantdurge