【发布时间】:2012-09-19 08:23:18
【问题描述】:
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
friend, @"to",
@"100xxxx",@"from",
@"I'm also using thex xx for iOS app", @"message",
nil];
AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
[[delegate m_Facebook] requestWithGraphPath:@"/xxx6842/feed" // or use page ID instead of 'me'
andParams:params
andHttpMethod:@"POST"
andDelegate:self];
我尝试了很多,但收到错误消息!
当我使用 hackbook api 时!!
谢谢大家!!
【问题讨论】: