flutter_facebook_login
flutter_facebook_login copied to clipboard
Changing Facebook App Id cause Error
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
I've tried doing flutter clean
no luck
try logOut() before logIn().