FBUserSettingsViewController
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

The FBUserSettingsViewController class provides a user interface exposing a user's Facebook-related settings. Currently, this is limited to whether they are logged in or out of Facebook.

Because of the size of some graphics used in this view, its resources are packaged as a separate bundle. In order to use FBUserSettingsViewController, drag the FBUserSettingsViewResources.bundle from the SDK directory into your Xcode project.

Inherits from:FBViewController
Declared in:FBUserSettingsViewController.h
ทรัพย์สิน
defaultAudience

The default audience to use, if publish permissions are requested at login time.

@property (nonatomic, assign) FBSessionDefaultAudience defaultAudience;
ให้คำรับรองไว้ใน: FBUserSettingsViewController.h
permissions

The permissions to request if the user logs in via this view.

@property (nonatomic, copy) NSArray *permissions __attribute__((deprecated
ให้คำรับรองไว้ใน: FBUserSettingsViewController.h
publishPermissions

The publish permissions to request if the user logs in via this view.

@property (nonatomic, copy) NSArray *publishPermissions;
Discussion:

Note, that a defaultAudience value of FBSessionDefaultAudienceOnlyMe, FBSessionDefaultAudienceEveryone, or FBSessionDefaultAudienceFriends should be set if publish permissions are specified. Additionally, when publish permissions are specified, then read should not be specified.

ให้คำรับรองไว้ใน: FBUserSettingsViewController.h
readPermissions

The read permissions to request if the user logs in via this view.

@property (nonatomic, copy) NSArray *readPermissions;
Discussion:

Note, that if read permissions are specified, then publish permissions should not be specified.

ให้คำรับรองไว้ใน: FBUserSettingsViewController.h