Hello All,
Im having some problems with the opensocial javascript API. Looks like the API is throwing a lot of errors, and at some point the errors are fatal and stop the execution of the rest of the code.
errors, in sequence:
'_events' is null or is not an object - myspace_ruv5pd6u.js, line 1 Character 33674
'undefined' is null or is not an object - myspace_ruv5pd6u.js, line 1 Character 33689
'_events' is null or is not an object - myspace_ruv5pd6u.js, line 1 Character 33702
'_events' is null or is not an object - myspace_ruv5pd6u.js, line 1 Character 33728
'addEventListener' is null or is not an object - myspace_ruv5pd6u.js, line 1 Character 33752
'undefined' is null or is not an object myspace_ruv5pd6u.js, line 1 Character 33830
'attachEvent' is null or is not an object myspace_ruv5pd6u.js, line 1 Character 33865
'undefined' is null or is not an object myspace_ruv5pd6u.js, line 1 Character 33948
'length' is null or is not an object myspace_ruv5pd6u.js, line 1 Character 33973
Here the errors become fatal
The object dont give support for the property or method myopenspace.v09.018.js, line 2 Character 34123
Function missing myspace_ruv5pd6u.js, line 1 Character 28147
After ignoring this errors, the script works as normal. In firefox, none of the errors is showing.