【发布时间】:2012-03-14 23:00:30
【问题描述】:
我正在使用 FBStreamDialog 来显示自定义提示,捕获文本消息,然后在所选 Facebook 朋友的墙上显示该消息以及 MP3 文件。过去 6 个月,该代码在我的实时应用程序中运行良好。然而,本周它已停止工作。它只能是最近 Facebook 响应函数调用方式发生变化的结果(我记录了一个错误:
https://developers.facebook.com/bugs/344519698917066browse=search_4f611f5d302a37460391579)。
有没有其他人遇到过这个问题,有没有我可以使用的替代方法,而无需重新编码整个 FB 连接的东西?
FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];
dialog.userMessagePrompt = @"Enter your special message:";
dialog.attachment = [NSString stringWithFormat:@"{ custom string stuff here"}]}", friendName, @" "];
【问题讨论】:
标签: iphone objective-c dialog fbconnect