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.
- (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