Open GoogleCodeExporter opened 9 years ago
After using window.closeWindow() with FacebookDesktop. It seems that you must
use FacebookDesktop's loginWindow built-in window methods. So just
instantiating the window alone will not give you access to the FacebookDesktop
class.
So I would recommend adding a closeWindow() method to the FacebookDesktop class.
FacebookDesktop.as
public static function closeWindow():void {
getInstance().closeWindow();
}
protected function closeWindow():void {
loginWindow.closeWindow();
}
Original comment by lbar...@thesminc.com
on 7 Dec 2011 at 6:54
Original issue reported on code.google.com by
lbar...@thesminc.com
on 7 Dec 2011 at 3:24