Is there already a way with the Facebook iOS API to get a list of friends who have your app installed? I basically require something similar to "Words with Friends" where they can determine which of your Facebook friends are playing the game. I have one solution which requires some extra database use but was hoping maybe the Facebook API had something built in for this kind of query.
Share
Create a
FBFriendPickerDelegatedelegate class and override this function:For users that do not have your app installed,
installedfield will benil, but you have to request it when you load data: