FBSDKLoginButtonDelegate
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

A delegate for FBSDKLoginButton

Extends Protocol:NSObject
Declared in:FBSDKLoginButton.h
Phương thức thực thể
loginButton:didCompleteWithResult:error:

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

Thông sốMô tả
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;
Đã tuyên bố trong: FBSDKLoginButton.h
loginButtonDidLogOut:

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

Thông sốMô tả
loginButton

The button that was clicked.

- (void) loginButtonDidLogOut:(FBSDKLoginButton *)loginButton;
Đã tuyên bố trong: FBSDKLoginButton.h
loginButtonWillLogin:

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

Thông sốMô tả
loginButton

The sender

- (BOOL) loginButtonWillLogin:(FBSDKLoginButton *)loginButton;
Đã tuyên bố trong: FBSDKLoginButton.h