我已经使用 Facebook 图表获取了我的朋友 ID,并在我的朋友墙上发布消息不起作用。
AppDelegate *getdelegate=(AppDelegate *)[[UIApplication sharedApplication]delegate];
[[getdelegate facebook] requestWithGraphPath:[NSString stringWithFormat:@"%@/feed",fbidstr] andParams:params andHttpMethod:@"POST" andDelegate:self];
我正在使用上面的代码。请帮我。