kennylerma / facebook-actionscript-api

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

Opera browser, login problem (Graph API 1.5) #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My APP works in all browsers (IE, FF, Chrome, Safari) except Opera,
When I call Facebook login popup it hangs in XD Proxy.

have anyone solution about this issue?

Thanks

Original issue reported on code.google.com by 22ro...@gmail.com on 23 Dec 2010 at 8:24

Attachments:

GoogleCodeExporter commented 9 years ago
I have this problem too.

Original comment by timo.oss...@gmail.com on 12 Jan 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Try this workaround:
1) Create a channel.html page containing:
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">window.close();</script>

2) Upload this page to your server, then pass the absolute URL of the page when 
you are calling Facebook.init('YOUR_APP_ID', onInitCallback, 
{channelUrl:"http://your.site.com/channel.html"});

The basis for this workaround is here: 
http://forum.developers.facebook.net/viewtopic.php?pid=235642#p235642

Original comment by edwar...@gmail.com on 12 Jan 2011 at 4:40

GoogleCodeExporter commented 9 years ago
edwardc8

Thanks a lot, today I changed everything according your comment and it works 
fine :)))

Original comment by 22ro...@gmail.com on 13 Jan 2011 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 6 Oct 2011 at 4:45