如何在presentFeedDialogModallyWithSession
使用中传递多个 facebook Id FBWebDialogs
?
NSMutableDictionary *params1 = [NSMutableDictionary dictionaryWithObjectsAndKeys:
FACEBOOK_APP_ID, @"app_id",
@"http://www.google.com", @"link",
@"TestApp", @"name",
@"I'm playing Guess This for iOS. Join my leaderboard!", @"message",
@"Guess This is a social puzzle game, just match the pictures to a
word or
phrase.", @"caption",
facebookID,@"to",nil];
[FBWebDialogs presentFeedDialogModallyWithSession:session//[FBSession activeSession]
parameters:params1
handler:
^(FBWebDialogResult result, NSURL *resultURL, NSError *error){
}];
那么如何在 facebookId String 中传递多个 facebook Id?