bertrando / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

stream.publish only displayed in IE. Firefox and Chrome leave it -10000px. #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the attached html page
2. Link the latest GraphAPI Web_1_0.swc
3. Execute the following code:

                var message:String = var2;
        var attachment:Object = {
                    name: title,
                    caption: subTitle,
                    description:body,
                    href: clickUrl,
            media: [ { type: "image", src: imageUrl , href:clickUrl } ]
                };
        var action_links:Object = [ { text: var1, href: clickUrl} ];
                var o:Object = { };
        o.message = message;
        o.attachment = attachment;
        o.action_links = action_links;
        Facebook.ui("stream.publish", "iframe", o); 

What is the expected output? What do you see instead?
- I expect to see the Facebook IFrame to publish to wall.
- In IE it works fine. In Firefox and Chrome, I get the loading window and then 
nothing. Looking a little further I found that the div with the facebook 
publish window is created in top:-10000px, but it is never moved inside the 
viewable area.

What version of the product are you using? On what operating system?
- GraphAPI Web_1_0.swc
- Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by NiSiat...@gmail.com on 16 Oct 2010 at 5:45

Attachments:

GoogleCodeExporter commented 9 years ago
Html file here!

Original comment by NiSiat...@gmail.com on 16 Oct 2010 at 5:48

Attachments:

GoogleCodeExporter commented 9 years ago
The api has gone through several revisions, is this still an issue with the 
latest api?

Original comment by edwar...@gmail.com on 25 Oct 2011 at 8:09

GoogleCodeExporter commented 9 years ago
good

Original comment by taeake1...@gmail.com on 26 Oct 2011 at 12:59

Attachments:

GoogleCodeExporter commented 9 years ago
good

Original comment by taeake1...@gmail.com on 26 Oct 2011 at 12:59

Attachments: