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

A delegate for FBSDKLoginButton

Extends Protocol:NSObject
Declared in:FBSDKLoginButton.h
Metodi di istanza
loginButton:didCompleteWithResult:error:

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

ParametroDescrizione
loginButton

The sender

result

The results of the login

error

The error (if any) from the login

- (void)
loginButton: (FBSDKLoginButton *)loginButton
didCompleteWithResult: (FBSDKLoginManagerLoginResult *)result
error: (NSError *)error;
Tipo dichiarato in: FBSDKLoginButton.h
loginButtonDidLogOut:

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

ParametroDescrizione
loginButton

The button that was clicked.

- (void) loginButtonDidLogOut:(FBSDKLoginButton *)loginButton;
Tipo dichiarato in: FBSDKLoginButton.h
loginButtonWillLogin:

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

ParametroDescrizione
loginButton

The sender

- (BOOL) loginButtonWillLogin:(FBSDKLoginButton *)loginButton;
Tipo dichiarato in: FBSDKLoginButton.h