【发布时间】:2013-05-08 12:07:01
【问题描述】:
我已经使用 facebook 图表获取了我的朋友 ID,并且在我的朋友墙上发布消息不起作用。
AppDelegate *getdelegate=(AppDelegate *)[[UIApplication sharedApplication]delegate];
[[getdelegate facebook] requestWithGraphPath:[NSString stringWithFormat:@"%@/feed",fbidstr] andParams:params andHttpMethod:@"POST" andDelegate:self];
我正在使用上面的代码。请帮帮我。
【问题讨论】:
标签: iphone ios objective-c xcode facebook