FBTaggableFriendPickerViewController
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 FBTaggableFriendPickerViewController class creates a controller object that manages the user interface for displaying and selecting taggable Facebook friends.

Discussion:

When the FBTaggableFriendPickerViewController view loads it creates a UITableView object where the taggable friends will be displayed. You can access this view through the tableView property. The taggalb e friend display can be sorted by first name or last name. Taggable friends' names can be displayed with the first name first or the last name first.

The FBTaggableFriendPickerViewController does not support the fieldsForRequest property, as there are no other fields that may be requested from the Graph API.

The delegate property may be set to an object that conforms to the FBGraphObjectPickerDelegate protocol. The graph object passed to the delegate conforms to the FBGraphPerson protocol.

Inherits from:FBPeoplePickerViewController
Declared in:FBTaggableFriendPickerViewController.h