0
我有FB.ui方法的問題 - 我想顯示對話框(飼料),然後我的用戶重定向到一些網址,例如:Facebook的JS SDK:REDIRECT_URI財產
FB.ui({
title: 'some title',
display: 'iframe',
method: 'feed',
caption: 'some caption',
message: 'some message',
redirect_uri: 'http://apps.facebook.com/my_app/'
});
但是,當我使用這個屬性(redirect_uri)對話框加載stucks,並且在firebug中我可以看到發生了一個錯誤:對不起,出錯了。我們正在儘快努力修復這個。