↧
Answer by antonagestam for Error when using facebook javascript SDK
I had the same problem with a delete call like this:FB.api( id, 'delete', function(response) { console.log(response);});It turns out the problem was that the id was an integer and not a string. I got...
View ArticleError when using facebook javascript SDK
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 undefinedthe error occurs at line 10...
View Article