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];
私はこれをたくさん試していますが、エラーメッセージが表示されました!!
ハックブックAPIを使用している間!!
ありがとうございます!