0

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];
Community
  • 1
  • 1
Ketan Shinde
  • 1,847
  • 4
  • 18
  • 38
  • Forget it, posting to walls other than the current user’s per API will be disabled soon (Feb 2013) anyways. – CBroe Jan 14 '13 at 09:08
  • @CBroe this will come in effect if i select "February 2013 Breaking Changes:" enabled in advance option at my facebook app – Ketan Shinde Jan 14 '13 at 09:46
  • This will come into effect Feb. 2013, without the option to turn it back on again. So IMHO a waste of time trying to develop anything in that direction now. – CBroe Jan 14 '13 at 09:52

0 Answers0