FBUserSettingsViewController
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

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
Properties
permissions

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

@property (nonatomic, retain) NSArray *permissions;