0
是否可以使用FBDialogs在Facebook上發佈帖子而不發佈鏈接?我只想發表沒有照片或鏈接的短信。發佈在Facebook的牆上沒有鏈接?
當我嘗試
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"Message", @"name",
@"Message", @"message",
nil];
// Invoke the dialog
[self.facebook dialog:@"feed" andParams:params andDelegate:self];
其職位空職。