Conforms to NSObject
Declared in FBSDKLoginButton.h

Overview

@protocol A delegate for FBSDKLoginButton

Instance Methods

loginButton:didCompleteWithResult:error:

Sent to the delegate when the button was used to login. - Parameter loginButton: the sender - Parameter result: The results of the login - Parameter error: The error (if any) from the login

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

Declared In

FBSDKLoginButton.h

loginButtonDidLogOut:

Sent to the delegate when the button was used to logout. - Parameter loginButton: The button that was clicked.

- (void)loginButtonDidLogOut:(FBSDKLoginButton *)loginButton

Declared In

FBSDKLoginButton.h

loginButtonWillLogin:

Sent to the delegate when the button is about to login. - Parameter loginButton: the sender - Returns: YES if the login should be allowed to proceed, NO otherwise

- (BOOL)loginButtonWillLogin:(FBSDKLoginButton *)loginButton

Declared In

FBSDKLoginButton.h