iOS: Post on wall of Selected FB Friends
问题 Scenario: I would want to share the post to the wall of only selected friends. Prerequisites followed: Out of the entire list of FB Friends, select only the necessary friends and create an Array Steps Tried: Trial 1: Use FBWebDialogs and call method + (void)presentFeedDialogModallyWithSession:(FBSession *)session parameters:(NSDictionary *)parameters handler:(FBWebDialogHandler)handler; In the Parameters dictionary, set value for "to". Works perfectly fine when the recipient is only one.