Hi for some reason when I invoke GET methodes from a simplemodal dialog they fail with the following error:
Uncaught TypeError: Cannot call method 'toLowerCase' of undefined
the error occurs at line 10 in the facebooks all.js. The same methode succeed when called not from the modal dialog. Also any post method succeed from the modal dialog as well.
The method is a trivial one:
FB.api(postId,'GET', function(response) {
alert('hello');
}
/xxx/yyy- and who says you can use GET?