FBViewControllerDelegate
Esta clase no está disponible en la última versión del SDK.
Existe una versión más reciente de esta clase. Consulta la última versión.

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
Métodos de instancia
facebookViewControllerCancelWasPressed:

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

ParámetroDescripción
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
Declarado en: FBViewController.h
facebookViewControllerDoneWasPressed:

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

ParámetroDescripción
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
Declarado en: FBViewController.h