FBViewControllerDelegate
This class is no longer available in the most recent version of the SDK.

The FBViewControllerDelegate protocol defines the methods called when the Cancel or Done buttons are pressed in a FBViewController.

Extends Protocol:NSObject
Declared in:FBViewController.h
Instance Methods
facebookViewControllerCancelWasPressed:

Called when the Cancel button is pressed on a modally-presented FBViewController.

ParameterDescription
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
Declared In: FBViewController.h
facebookViewControllerDoneWasPressed:

Called when the Done button is pressed on a modally-presented FBViewController.

ParameterDescription
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
Declared In: FBViewController.h