[twitter-dev] Anywhere Twitter API Problem on IE8 , it's blocked for some reason . . .

2011-04-15 Thread Shehabic
Hi , I have a problem with Anywhere plugin on IE8 please test the
following URL on IE8

http://social.megaplugins.com/all#


and you click the twitter icon an alert with Clicked will be shown
then twitter's popup will appear when I enter user  pass and accept
the application's access nothing happens after that on the popup . .
after investigating the reason I found out that IE8 blocks Twitter's
JS after login . . . after further investigation I found out that it
blocked another generated script inside twitter's api hosted on Amazon
AWS . .

please let me know if there's a work around this problem . . .

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Anywhere Twitter API Problem on IE8 , it's blocked for a Known reason

2011-04-15 Thread Shehabic
This part doesn't work on IE8

if(dd.parent.twttr)   -- This is where
access is denied for the JS API


From what I know in IE8 a popup can't communicate with an opener
document except with Proxy funciton i.e.

window.opener.runFuncitonName( )  where runFunctionName is a proxy
function  but u can't test something in the parent ( opener) document
like d.parent.twttr


Please provide any solution for this problem . . .

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Anywhere Twitter API Problem on IE8 , it's blocked for a Known reason

2011-04-15 Thread Shehabic
I Found out that this happens if FBConnect JS is present at the same
page . . . 



On Apr 16, 2:49 am, Shehabic sheha...@gmail.com wrote:
 This part doesn't work on IE8

 if(dd.parent.twttr)           -- This is where
 access is denied for the JS API

 From what I know in IE8 a popup can't communicate with an opener
 document except with Proxy funciton i.e.

 window.opener.runFuncitonName( )  where runFunctionName is a proxy
 function  but u can't test something in the parent ( opener) document
 like d.parent.twttr

 Please provide any solution for this problem . . .

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk