Since last week we haven't been able to pull anything since we get a
sandbox violation. Anything changed in the crossdomain.xml?
Thanks
> My company developed a small Flash/AS3 app that pulled some twitts and
> twitters from twitters. All was working well even when we put it
> online, so the http://static.twitter.com/crossdomain.xml should be
> allowing by then.
Our crossdomain.xml file has the proper settings in it, and it has not
changed in quite some time.
lapintosh:bin jna$ curl http://static.twitter.com/crossdomain.xml
<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd
">
<allow-access-from domain="twitter.com" />
<allow-access-from domain="api.twitter.com" />
<allow-access-from domain="search.twitter.com" />
<allow-access-from domain="static.twitter.com" />
<site-control permitted-cross-domain-policies="master-only"/>
<allow-http-request-headers-from domain="*.twitter.com" headers="*"
secure="true"/>
Do you see the same results when you curl?
-john