Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用多朋友选择器实现“挑战朋友”请求,我添加了以下代码
FB.ui({method: 'apprequests', title: 'App title', message: "Message" }, function() { console.log('callback'); });
这显示了选择我的朋友的弹出窗口,但似乎没有发送请求。
我在这里忘记了什么吗?