FBSDKLoginManagerLoginResult
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Describes the result of a login attempt.

Inherits from:NSObject
Declared in:FBSDKLoginManagerLoginResult.h
Proprietà
declinedPermissions

The set of permissions declined by the user in the associated request.

@property (copy, nonatomic) NSSet *declinedPermissions;
Discussion:

Inspect the token's permissions set for a complete list.

Tipo dichiarato in: FBSDKLoginManagerLoginResult.h
grantedPermissions

The set of permissions granted by the user in the associated request.

@property (copy, nonatomic) NSSet *grantedPermissions;
Discussion:

Inspect the token's permissions set for a complete list.

Tipo dichiarato in: FBSDKLoginManagerLoginResult.h
isCancelled

Whether the login was cancelled by the user.

@property (readonly, nonatomic) BOOL isCancelled;
Tipo dichiarato in: FBSDKLoginManagerLoginResult.h
token

The access token.

@property (copy, nonatomic) FBSDKAccessToken *token;
Tipo dichiarato in: FBSDKLoginManagerLoginResult.h
Metodi di istanza
initWithToken:isCancelled:grantedPermissions:declinedPermissions:

Initializes a new instance.

ParametroDescrizione
token

The access token

isCancelled

Whether the login was cancelled by the user

grantedPermissions

The set of granted permissions

declinedPermissions

The set of declined permissions

- (instancetype)
initWithToken: (FBSDKAccessToken *)token
isCancelled: (BOOL)isCancelled
grantedPermissions: (NSSet *)grantedPermissions
declinedPermissions: (NSSet *)declinedPermissions
NS_DESIGNATED_INITIALIZER;
Tipo dichiarato in: FBSDKLoginManagerLoginResult.h