As referenced from link Facebook FQL multiquery in iOS SDK i need to fire multiquery where a particular status will send to selected uid in an array. I am unable to create query. Here is my code:
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:[NSString
stringWithFormat:@"HERE NEED QUERY TO SEND STATUS TO SELECTED UIDS"], @"queries",nil];
[_facebook requestWithMethodName:@"fql.multiquery" andParams:params andHttpMethod:@"POST"
andDelegate:self];