Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Facebook Graph API的flash游戏可以发布在flash门户网站上吗?_Flash_Facebook_Actionscript_Facebook Graph Api - Fatal编程技术网

使用Facebook Graph API的flash游戏可以发布在flash门户网站上吗?

使用Facebook Graph API的flash游戏可以发布在flash门户网站上吗?,flash,facebook,actionscript,facebook-graph-api,Flash,Facebook,Actionscript,Facebook Graph Api,因此,我在周末利用Facebook Graph API制作了一个flash游戏(游戏和源代码见www.throwthelookingglass.com/ld21),我想在各种flash门户网站上发布一个版本,但仍然允许用户登录他们的Facebook帐户 这可能吗 到目前为止,我已经尝试将游戏上传到Kongregate,但运气不佳-每次我都会出错: SecurityError:Error#2060:安全沙盒冲突:外部接口调用方无法访问。 在flash.external::ExternalInter

因此,我在周末利用Facebook Graph API制作了一个flash游戏(游戏和源代码见www.throwthelookingglass.com/ld21),我想在各种flash门户网站上发布一个版本,但仍然允许用户登录他们的Facebook帐户

这可能吗

到目前为止,我已经尝试将游戏上传到Kongregate,但运气不佳-每次我都会出错:

SecurityError:Error#2060:安全沙盒冲突:外部接口调用方无法访问。 在flash.external::ExternalInterface$/initJS()处 在flash.external::ExternalInterface$/addCallback()处 在com.facebook.graph::facebook/init()上 在com.facebook.graph::facebook$/init()上 在Escape/created()处 在Escape/\uuu Escape\u应用程序1\u creationComplete()中 at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() 在mx.core::UIComponent/dispatchEvent()处 在mx.core::UIComponent/set initialized()处 在mx.managers::LayoutManager/doPhasedInstantiation()处 在mx.managers::LayoutManager/dophasedinstationcallback()处


这里的任何帮助都将不胜感激。

通过将AllowScriptAccess属性设置为“无”,您将遇到无法启用javascript或外部接口的门户。此外,除非页面明确地将签名回复传递给您,否则您将无法收到来自facebook的签名回复

总之,不,你不能


尽管我真的希望facebook能让flash成为一等公民,并允许通过HTTP进行类似的事情。但是他们不能这样做,因为Flash不能是OAuth客户机

我听说Kongregate和Newgrounds在Facebook的API上有一些问题。。。