相当于 fb:req-choice 的 Facebook Javascript SDK 是什么?
我可以通过调用 FB.ui
将应用请求从我的网站发布到选定朋友的墙上。我这样做是为了替换通过某些 FBML 进行的旧调用,即 fb:multi-friend-selector
。文档中不清楚的是如何使用新 API 执行与 fb:req-choice
相同的操作?
I can post an apprequest from my site onto selected friends' walls with a call to FB.ui
. I'm doing this to replace an old call that goes via some FBML, namely fb:multi-friend-selector
. What isn't clear from the documentation is how to do the equivalent of fb:req-choice
using the new API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以从 JS SDK 使用它:
I think you could use this from the JS SDK: