我正在嘗試爲任何地方(網絡,空氣,移動)編寫一個使用AS3的OAuth庫,它足夠靈活,可用於任何OAuth站點或OAuth附近。 我的示例應用程序我正在寫谷歌認證,我想寫一個使用谷歌驅動器的應用程序。錯誤#未處理的安全性錯誤訪問https://accounts.google.com
目前航空和移動應用程序工作正常,但網頁Flash播放器的應用程序不斷給我這個錯誤:
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://localhost:81/OAuthWebExample.swf cannot load data from https://accounts.google.com/o/oauth2/token.
(我得到同樣的錯誤時的端口80上的非本地主機域)
我已經看過https://accounts.google.com/crossdomain.xml其中有:
<site-control permitted-cross-domain-policies="by-content-type" />
我不知道這意味着什麼......
我很確定可以讓Flash與這些Google API進行對話。我能做些什麼才能使這個工作?
(我對「使用feedburner或類似代理這些調用的」工作循環「感興趣,謝謝)。