Facebook Javascript SDK’s FB.ui Bug in IE8

Posted by Allen on Stack Overflow See other posts from Stack Overflow or by Allen
Published on 2010-05-21T07:54:16Z Indexed on 2010/05/21 8:00 UTC
Read the original article Hit count: 555

Filed under:

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.

© Stack Overflow or respective owner

Related posts about facebook-connect