Does anybody know how to handle a Facebook login from within Flash using REST API/FB Connect, without the popup or redirect?
It doesnt seem very possible as the login method seems to force the popup.
Might it be possible by modding the code to have it load in an unseen iframe (i.e. navigateToURL(new URLRequest("http://www.facebook.com/connect/uiserver.php?app_id=....yadayadayada....&method=permissions.request"),"iframe");) and then sending an external interface call to javascript telling it to handle the subsequent DOM elements (login email and password fields and allow button) based on interactions in Flash? I'm open to creative suggestions... however crazy or complicated they may be.