Why cant I access the embedded app elements?
Looking at the HTML, the app is put inside a div but when I try to find the div contents, e.g.
$("input").get()
I only see input element of FB, not the app. I injected jQuery after the page load with FireQuery plugin.
How can the HTML looks fine but cannot be traversed with jQuery?