提问人:akbiggs 提问时间:5/7/2014 更新时间:5/7/2014 访问量:148
按下“apprequests”FB.ui 弹出窗口的关闭按钮时不调用回调
Callback not invoking when close button on "apprequests" FB.ui popup is pressed
问:
如果我使用此关闭按钮使用方法“apprequests”从 FB.ui 关闭弹出窗口,它似乎不会调用我的响应回调,通常会使我的程序处于错误状态。例如:
FB.ui
method: 'apprequests'
message: "Hello"
to: data.recipients # defined elsewhere
, (response) =>
# this will never get invoked if the close button is pressed
console.log("Completed facebook request.")
此按钮是否应该调用回调,或者我的应用是否需要挂接到另一个事件以在按下关闭按钮时做出响应?
答: 暂无答案
评论