Error Optional(Error Domain=com.facebook.sdk.login Code=304 "(null)"
と言われてしまい。
(com.facebook.sdk.login error 304.) Error with FBSDK 4.2Everytime you perform something like thisFBSDKLoginManager().login(withReadPermission: [“email”], from: self) { (result, error) in // Check for error and then login }
insert this code before the Login code:
FBSDKLoginManager().logOut()
and it should work fine 🙂
だそうです。かくして、うまくいった模様。
FBキライ…w
コメント