Discovered a few more errors in the App:
FBML Error (line 31): illegal tag “base” under “fb:canvas”
FBML Error (line 33): illegal tag “body” under “fb:canvas”
CSS Error (line 118 char 22): Error in parsing value for property.: ‘border-style’ Declaration dropped.
CSS Error (line 118 char 45): Expected color. Error in parsing value for property.: ‘border-color’ Declaration dropped.
FBML Error (line 192): illegal attr “revealed,” in tag “a”. Attribute names can only contain alphanumeric characters, underscores, and hyphens.FBML Error (line 192): illegal event “on” in tag “a”
What’s the url of your Facebook application?
What’s the url of the “check permissions” page you are getting?
The errors you are seeing – Parse errors from FBML – basically mean that for some reason WordPress is trying to output a full HTML page, while Facebook is expecting an FBML page.
Generally this happens as a result of a bad setting in the FB application itself, specifically what kind of canvas page is expected: iframe or fbml.
I just checked with 2.3.1 on my own blog and the check permissions is working fine.
Talked with DAKing on twitter – changing settings for FB back to iFrame fixed the FBML issues.
Updating to 2.3.2 fixed the posting to fb issues