Inherits from NSObject
Declared in FBSDKLoginManagerLoginResult.h

Properties

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.

Declared 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.

Declared In

FBSDKLoginManagerLoginResult.h

isCancelled

whether the login was cancelled by the user.

@property (readonly, nonatomic) BOOL isCancelled

Declared In

FBSDKLoginManagerLoginResult.h

token

the access token.

@property (copy, nonatomic) FBSDKAccessToken *token

Declared In

FBSDKLoginManagerLoginResult.h

Instance Methods

initWithToken:isCancelled:grantedPermissions:declinedPermissions:

Initializes a new instance.

- (instancetype)initWithToken:(FBSDKAccessToken *)token isCancelled:(BOOL)isCancelled grantedPermissions:(NSSet *)grantedPermissions declinedPermissions:(NSSet *)declinedPermissions

Parameters

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

Declared In

FBSDKLoginManagerLoginResult.h