我正在尝试制作一个 iPhone 应用程序 - 它是一个 Facebook 墙查看器。但是,我无法获得超过 25 个帖子。
听说这是默认的。这个值可以改变吗?
这是我的代码:
- (void) getWallList {
currentApiCall = GETWALLLIST;
AppDelegate *delegate = (AppDelegate *) [[UIApplication sharedApplication] delegate];
[[delegate facebook] requestWithGraphPath:@"/me/home" andDelegate:self];
}