Facebook Javascript SDK’s FB.ui Bug in IE8
- by Allen
i use this code to publish something
fb.ui({
method: 'stream.publish',
message: 'test',
...
});
but if message include chinese words
ex:message : '??'
ie8 will be error
what should i do?
sorry,my english is not good
please tell me the answer,thanks.