我正在尝试使用新的社交框架在 Facebook 上发布新帖子。
[controller setInitialText:@".Thank's for help!"];
[controller addImage:[UIImage imageNamed:@"image.png"]];
[controller addURL:[NSURL URLWithString:@"http://stackoverflow.com/questions/ask"]];
这3行代码没有问题。但是当我尝试消除 addImage: 时,我总是收到相同的 UIAlert:
我的想法是在 Facebook 上发布一个带有小文本的典型 URL。但是当我使用 3 行代码时,新帖子是一个带有 text = setInitialText: + addURL: 的图像
有什么想法可以解决这个问题吗?这是facebook问题还是框架问题?
谢谢