iOS SDK Version

FBSDKLoginError

enumFBSDKLoginError:NSInteger{}
FBSDKLoginError Error codes for FBSDKLoginErrorDomain.
  • Reserved.

    Declaration

    Objective-C
    FBSDKLoginErrorReserved=300
    Swift
    casereserved=300
  • The error code for unknown errors.

    Declaration

    Objective-C
    FBSDKLoginErrorUnknown
    Swift
    caseunknown=301
  • The user’s password has changed and must log in again

    Declaration

    Objective-C
    FBSDKLoginErrorPasswordChanged
    Swift
    casepasswordChanged=302
  • The user must log in to their account on www.facebook.com to restore access

    Declaration

    Objective-C
    FBSDKLoginErrorUserCheckpointed
    Swift
    caseuserCheckpointed=303
  • Indicates a failure to request new permissions because the user has changed.

    Declaration

    Objective-C
    FBSDKLoginErrorUserMismatch
    Swift
    caseuserMismatch=304
  • The user must confirm their account with Facebook before logging in

    Declaration

    Objective-C
    FBSDKLoginErrorUnconfirmedUser
    Swift
    caseunconfirmedUser=305
  • The Accounts framework failed without returning an error, indicating the app’s slider in the iOS Facebook Settings (device Settings -> Facebook -> App Name) has been disabled.

    Declaration

    Objective-C
    FBSDKLoginErrorSystemAccountAppDisabled
    Swift
    casesystemAccountAppDisabled=306
  • An error occurred related to Facebook system Account store

    Declaration

    Objective-C
    FBSDKLoginErrorSystemAccountUnavailable
    Swift
    casesystemAccountUnavailable=307
  • The login response was missing a valid challenge string.

    Declaration

    Objective-C
    FBSDKLoginErrorBadChallengeString
    Swift
    casebadChallengeString=308
  • The ID token returned in login response was invalid

    Declaration

    Objective-C
    FBSDKLoginErrorInvalidIDToken
    Swift
    caseinvalidIDToken=309
  • A current access token was required and not provided

    Declaration

    Objective-C
    FBSDKLoginErrorMissingAccessToken
    Swift
    casemissingAccessToken=310