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