It definitely depends on the data that gets passed in for the wall post. If there are too many "strange" characters, then IE believes it to be a cross-site scripting attack.
It seems that international characters are especially problematic:
http://forum.developers.facebook.net/viewtopic.php?pid=324133
For me, there were no international characters and it was still failing. When I changed the URL to have no question marks or ampersands in it, the IE XSS warning stopped.
I would recommend avoiding any non-ascii-printable characters in the post title or description, and using as few non-alphanumeric characters as possible in your URLs.
Some developers say that Facebook could fix this if they added the header
X-XSS-Protection: 0
to some of their HTTP responses. You can vote for this bug if you'd like Facebook to address this issue on their end:
http://bugs.developers.facebook.net/show_bug.cgi?id=12912