DAKing240
Member
Posted 4 months ago #
The other day, I installed WPBook 2.3 and had no problems. However, after installing 2.3.1, I am now getting posting errors. When I check permissions, it says the following,
"App Temporarily Unavailable
Parse errors:
FBML Error (line 9): illegal tag "base" under "fb:canvas"
FBML Error (line 11): illegal tag "body" under "fb:canvas""
http://wordpress.org/extend/plugins/wpbook/
DAKing240
Member
Posted 4 months ago #
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