我正在尝试通过AS3应用程序连接到Twitter API,但我一直在
Error #2032: Stream Error. URL: https://api.twitter.com/oauth/request_token
当我尝试URLRequest("https://api.twitter.com/oauth")
时,它至少会加载一些内容并调用我的Event.COMPLETE
侦听器。没有第三方,Flash是否可以不连接到Twitter API?我已经尝试了很多AS3 OAuth软件包并继续做同样的事情。
edit
我正在使用Security.loadPolicyFile("http://www.twitter.com/crossdomain.xml");
答案 0 :(得分:2)
看起来Twitter限制来自twitter.com的Flash请求。您应该能够在自己的服务器上运行代理以绕过限制。
http://api.twitter.com/crossdomain.xml
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/28232e3965222037