I have a simple IFRAME based facebook app, with everything set up for XFBML (it's working by the way), and I want a link to add a Facebook bookmark. It sounds simple but it really doesn't seem to be.
doesn't show anything, even though other tags render, so I was looking at doing it with a link instead, the way the Facebook developer app does at the top.
If I user a link to
"http://www.facebook.com/fbml/ajax/uiserver.php?method=bookmark.add&app_id=XXX&display=async"
Then I can open the bookmark form in a full window, but what I really want is to do it in an ajax pop-up, the way Facebook and the developer app do. However when I call the same url with $.get from Jquery it displays nothing.
Any ideas? What's the right way to do this?