I'm using Facebook api in my ios application. Using the FBFriendPickerViewController's delegate method: 'shouldIncludeUser' i'm trying to filter the user's friends list according to the username property of the FBGraphUser object.
The problem is that i keep on getting null values for the username property although this property declared in the documentation as a non access_key required.
Thanks, Evyatar