FBSDKLoginButtonDelegate Protocol Reference
Conforms to | NSObject |
Declared in | FBSDKLoginButton.h |
Tasks
-
– loginButton:didCompleteWithResult:error:
required method -
– loginButtonDidLogOut:
required method -
– loginButtonWillLogin:
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