FB iOs SDK -- 墙上问题的帖子
我能够使用 FBStreamDialog 对象更新状态。情况是我想用以编程方式添加的消息来更新它。有什么方法可以做到这一点吗???
提前致谢
I was able to update status using FBStreamDialog object. The case is i want to update it with a programmatically added message.. Any way of doing that???
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要“publish_stream”来发布流或您想要在没有用户交互的情况下发布的任何消息。
然后您可以在 facebook ie 的“委托”方法中处理响应
希望有帮助,如果有请标记为答案。
谢谢
You need "publish_stream" for posting stream or any message you want to post without user interaction.
Then you can handle the response in "Delegate" methods of facebook i.e.
Hope that helps, Please mark as answer if it does.
Thanks