FBSDKLoginConstants
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.
Constantes
FBSDKLoginErrorDomain
FBSDK_EXTER N NSString *const FBSDKLoginErrorDomain;
Discussion:

Error codes from the SDK in the range 300-399 are reserved for this domain.

Déclaré dans : FBSDKLoginConstants.h
Typedefs
NS_ENUM

The login response was missing a valid challenge string.

typedef NS_ENUM(NSInteger, FBSDKLoginErrorCode) {
FBSDKLoginReservedErrorCode = 300,
FBSDKLoginUnknownErrorCode,
FBSDKLoginPasswordChangedErrorCode,
FBSDKLoginUserCheckpointedErrorCode,
FBSDKLoginUserMismatchErrorCode,
FBSDKLoginUnconfirmedUserErrorCode,
FBSDKLoginSystemAccountAppDisabledErrorCode,
FBSDKLoginSystemAccountUnavailableErrorCode,
FBSDKLoginBadChallengeString,
};
Discussion:

FBSDKLoginErrorCode)

Déclaré dans : FBSDKLoginConstants.h
NS_ENUM(NSInteger,

The login response was missing a valid challenge string.

typedef NS_ENUM(NSInteger, FBSDKLoginErrorCode) {
FBSDKLoginReservedErrorCode = 300,
FBSDKLoginUnknownErrorCode,
FBSDKLoginPasswordChangedErrorCode,
FBSDKLoginUserCheckpointedErrorCode,
FBSDKLoginUserMismatchErrorCode,
FBSDKLoginUnconfirmedUserErrorCode,
FBSDKLoginSystemAccountAppDisabledErrorCode,
FBSDKLoginSystemAccountUnavailableErrorCode,
FBSDKLoginBadChallengeString,
};
Discussion:

FBSDKLoginErrorCode)

Déclaré dans : FBSDKLoginConstants.h