FBRequestConnection过滤ID

时间:2013-06-16 19:28:16

标签: ios objective-c facebook-graph-api

有没有办法通过ID过滤掉某些页面?我有一个要过滤的ID页面数组,我会在请求之前这样做,而不是稍后。

[FBRequestConnection startWithGraphPath:
[NSString stringWithFormat:
@"search?type=place&center=%f,%f&distance=%i&limit=%i&offset=0", latitude, longitude,(int)distanceFromCenter,queryLimit] completionHandler:^
...

感谢

0 个答案:

没有答案