I have my app used as a tab on a page implemented using iframe. I'm iterating over some links and for each link I'd like to add a Like button, but none of the generated buttons work because of some restrictions.
The closest I've got, with their APIs is FBJS's Facebook.streamPublish, but that's not exactly equal to Like.
Should I switch my application to FBML so that the XFBML Like button would work, or would it?
I'm really frustrated with Facebook's developer documentation, especially for the tabs. They seem to be forced to use the soon to be deprecated APIs, since I couldn't get the new Javascript SDK working at all.
HTML error while rendering tag "iframe": iframes forbidden by flavor TabFB. Or with thefb:liketag it'll sayFBML Error (line 71): unknown tag "fb:like"andCannot allow external script. – hleinone Jan 26 '11 at 13:28