我刚刚意识到 Facebook URI 方案发布功能不再起作用。它会打开 Facebook 应用程序,但仅此而已。有没有办法通过 URI 方案发布内容?
你可以在下面找到我的代码。
NSString *post = [NSString stringWithFormat:@"fb://publish/profile/me?text=foo"];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:post]];