I downloaded the newest 3.x releas (may 18), and the fbml theme is still missing.
previously downloaded the recommended 2.x release which HAS it, and copied, installed, everything looks fine, but when i click on the fb_fbml link in the blocks admin (http://mysiteaddress/admin/build/block/list/fb_fbml), it says Fatal error: Call to undefined function fb_is_iframe_canvas() in pathtodupal/sites/all/themes/fb_fbml/template.php on line 17
Comments
Comment #1
Dave Cohen commentedFacebook has deprecated FBML canvas pages. They recommend iframe based pages instead.
The code to maintain canvas pages in 2.x added all kinds of complexity. So in 3.x I'm just getting rid of it.
Are you trying to upgrade an FBML canvas app, or develop a new one? If new, go with iframe and not FBML.
Comment #2
ashnur commentedit's new. never thought of this. thanks again.