Any way to join FBML and Graph API to post HTML to a FB page?
FB Iframe's based solutions are welcome too.
EDIT 24 hrs after: After play with the Page Tab functionality I have found that it is the best way to embed custom content (HTML/CSS/javascript) inside FB pages.
Basically are iframes. In the Page tab
settings you must enter the URL to embed. That's all! You can use Signed Request to get the id
's page and something called app_data
. With that you can dynamically manage your embedded content!!!
Thanks to DMCS to guide me to it.