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