Has anyone else experienced this?
var msgdialog = new Dialog();
msgdialog.showMessage('title', 'text');
It is completely ignored - no errors. Seems like this code is even stripped from the static FBML.
Has anyone else experienced this?
var msgdialog = new Dialog();
msgdialog.showMessage('title', 'text');
It is completely ignored - no errors. Seems like this code is even stripped from the static FBML.
As the FBML has been depreciated by Facebook. It is not reliable. As the FBML Docs read - Please try not to rely on it.
"FBML has been deprecated. Starting June 1, 2012 FBML apps will no longer work as all FBML endpoints will be removed. If you are building a new application on Facebook.com, please implement your application using HTML, JavaScript and CSS. You can use our JavaScript SDK and Social Plugins to embedded many of the same social features available in FBML. "