Conforms to NSObject
Declared in FBSDKLoginButton.h

Overview

@protocol

Instance Methods

loginButton:didCompleteWithResult:error:

Sent to the delegate when the button was used to login.

- (void)loginButton:(FBSDKLoginButton *)loginButton didCompleteWithResult:(FBSDKLoginManagerLoginResult *)result error:(NSError *)error

Parameters

loginButton

the sender

result

The results of the login

error

The error (if any) from the login

Declared In

FBSDKLoginButton.h

loginButtonDidLogOut:

Sent to the delegate when the button was used to logout.

- (void)loginButtonDidLogOut:(FBSDKLoginButton *)loginButton

Parameters

loginButton

The button that was clicked.

Declared In

FBSDKLoginButton.h

loginButtonWillLogin:

Sent to the delegate when the button is about to login.

- (BOOL)loginButtonWillLogin:(FBSDKLoginButton *)loginButton

Parameters

loginButton

the sender

Return Value

YES if the login should be allowed to proceed, NO otherwise

Declared In

FBSDKLoginButton.h