FBViewControllerDelegate
最新バージョンの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
インスタンスメソッド
facebookViewControllerCancelWasPressed:

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

パラメーター説明
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
宣言されたアイテム: FBViewController.h
facebookViewControllerDoneWasPressed:

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

パラメーター説明
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
宣言されたアイテム: FBViewController.h