The Facebook "Like Box" script modifies the page to insert an iframe even if you select the HTML5 or FBML options.
I need to position the elements in the box to suit client. I have got the direct link to the content I want (without the iframe).
I read the Graph API methods and some posts here like this one. It seems that you can easily tell if one person has "liked" a page but it does not let you fetch a list like the "like box" does.
The server I'm on here I have to do what I can client side. If I were in a better position I would use curl to get me the HTML I want. Since that's not an option, here I am.
Since it is cross domain I assume I can't use AJAX to get content. What is right way to get these elements into the page sans iframe?