| Extends Protocol: | FBViewControllerDelegate |
| Declared in: | FBFriendPickerDelegate.h |
The FBFriendPickerDelegate protocol defines the methods used to receive event
notifications and allow for deeper control of the FBFriendPickerViewController
view.
Tells the delegate that there is a communication error.
The friend picker view controller that encountered the error.
An error object containing details of the error.
Asks the delegate whether to include a friend in the list.
The friend picker view controller that is requesting this information.
An
This can be used to implement a search bar that filters the friend list.
Tells the delegate that data has been loaded.
The friend picker view controller whose data changed.
The FBFriendPickerViewController object's tableView property is automatically
reloaded when this happens. However, if another table view, for example the
UISearchBar is showing data, then it may also need to be reloaded.
Tells the delegate that the selection has changed.
The friend picker view controller whose selection changed.