Re: [twitter-dev] @anywhere in Safari4/Mac - wont work

2010-05-23 Thread Felix Kunsmann

Am 13.05.2010 um 07:51 schrieb Dan Webb:
> It looks to me like your hovercards are not finding a screen name
> rather than it being a browser issue.  The Unsafe javascript attempt
> is a warning and does not effect operation.

Sorry for late answer, but i think i found the error reason now:

anywhere.js loads https://api.twitter.com/xd_receiver.html, which gives the 
following JavaScript Code:

 
var url = "http://localhost:/dist/server/xd_receiver.js";;

if (document.location.host == 'api.twitter.com') {
url = 
"https://twitter-any.s3.amazonaws.com/server/production/xd_receiver.js";;
}

if (document.location.host.match(/^api-staging/)) {
url = 
"https://twitter-any.s3.amazonaws.com/server/staging/xd_receiver.js";;
}

document.write('