是否可以在不发布链接的情况下使用 FBDialogs 在 Facebook 墙上发帖?我只想发布没有图片或链接的短信。
当我尝试
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"Message", @"name",
@"Message", @"message",
nil];
// Invoke the dialog
[self.facebook dialog:@"feed" andParams:params andDelegate:self];
它发布空帖子。