Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Opera is a series of web browsers developed by Opera Software.
1
vote
1answer
49 views
How do I allow Opera to access my intranet without warning from Webdriver tests?
I'm writing some selenium webdriver tests for a Facebook application. I'm running the tests in a Selenium Grid, and I'm seeing a problem when running in Opera (12.15). When the web app is launched in ...
0
votes
0answers
60 views
likebox height in Opera under Android
I've built Likebox to one of our webpage and it's working well in most browsers, except in Opera mobile browser under Adroid OS (I didn't checked Opera under iOS).
The likebox contains stream, and ...
0
votes
0answers
167 views
Facebook - Recommendations Bar not working in Opera browser
I have set up the facebook's "Recommendations Bar" on our community board and placed the facebook code correctly, this block right after the opening body tag:
<div id="fb-root"></div>
...
1
vote
0answers
112 views
fb.ui apprequests doesn't work on Opera Mobile
I've got the following function to trigger the apprequests:
function fbInvite() {
FB.getLoginStatus(function(response){
FB.ui({method: 'apprequests',
message: 'MESSAGE',
data: ...
0
votes
0answers
493 views
Why Facebook auto height / FB.Canvas.setAutoGrow/ not working in Opera?
IE8-9, Safari, Mozilla, Chrome OK! Why does not work in Opera?
<body style="overflow:hidden;">
<script src="https://connect.facebook.net/en_US/all.js"></script>
...
0
votes
2answers
661 views
FB.Login not working in Opera Mobile
I have a mobile web site using Facebook Connect to authenticate user. I encountered a problem login with Opera Mobile. I have below javascript to detect login status, but only in Opera Mobile the ...
0
votes
1answer
203 views
Facebook Like button badly formatted in Opera
I'm working on this site: http://oq.totaleclips.com, and Opera displays the Facebook Like button out of horizontal alignment with the other social buttons on feature pages such as: ...
0
votes
1answer
424 views
Something causing horizontal scrolling on IE9 and Opera
I'm developing the front-end portion of this site: http://oq.totaleclips.com
When I look at one of the movie listings, like http://oq.totaleclips.com/mpa/The_Hunger_Games_(Movie_2012), I get a ...
0
votes
0answers
153 views
Facebook like and google +1 callback function not working in opera
Do not work callback functions to the buttons. Opera Dragonfly for facebook shows this error:
Unhandled Error: JSON.parse: Unescaped control char in string: "
for google +1 this error:
...
0
votes
0answers
403 views
facebook login - opera doesn't close window after login
I have used the login using facebook javascript SDK.
When I loggin with Opera using facebook login - opera doesn't close.
I have used Opera version 12.00.
Why not close the opera browser ...
0
votes
0answers
885 views
FB.logout not working in Opera
While testing a recent fix to my Facebook Connect code (turned out to be related to the recent change to the authResponseChange event firing on every page load) I've discovered that the call to ...
0
votes
1answer
490 views
Posted Flash on wall (FB.ui js SDK), does not work in IE7/8 and Opera
Here is the basic I am using FB.ui to post a flash application to the wall of a facebook user. More exactly allowing the user to post the flash application to one of his/her selected friend's wall.
...
1
vote
0answers
496 views
javascript facebook login OPERA and SAFARI is not working
I have this code in my site but when I am trying to logi in under apps.facebook.com/xyz
it is not working - most recent Opera popups window but it stays blank (blank popup window stays ope)
in most ...
0
votes
1answer
601 views
Facebook API not work in Opera
The Facebook API doesn't work in Opera:
FB.Canvas.setSize - not change a canvas size.
FB.Canvas.getPageInfo - does not call callback function.
To reproduce:
Open http://apps.facebook.com/operafbbug/ ...
0
votes
2answers
453 views
javascript FB object not ready when I call FB.Canvas.setSize in Opera
In my FB app I am making a call to FB.Canvas.setSize(); to fit the page to the length of my content. This is working as intended in Chrome, Firefox, Safari, and IE. It would appear, however, that ...
0
votes
1answer
267 views
Logging into Facebook using Opera keeps reloading, sometimes stuck on the permissions page
I have been building an app using the php sdk for Facebook. The app works perfectly in chrome and Firefox, but when I try in Opera, basically when trying to log in to Facebook the page just reloads.
...
1
vote
1answer
944 views
FB.login callback not working on Opera Mobile browser
I am testing our web application on OPera Mobile. We have a signIn through facebook link. It takes me to the login page, but after I enter my ID and password nothing happens. If I click on the login ...
1
vote
2answers
408 views
Facebook oauth callback and Opera
I have created a facebook app which, after clicking a submit button, asks the user for permissions. If the permissions are given, the user is redirected. This works fine in every browser I tested, ...
0
votes
0answers
334 views
adding dynamic facebook like button fails on opera browser
this problem exists only on opera browser and I find no problems with any other browsers.
Its that i'm trying to load a facebook like button of XBML version into a div element via javascript on onload ...
0
votes
2answers
1k views
facebook like callback problem on opera
FB.Event.subscribe('edge.create', function(href, widget) {
alert('You just liked '+href);
});
This function doesn't work on opera i didn't find any solution. Are there any fix for this ?
these ...
0
votes
3answers
829 views
how to show facebook like box on hover in Opera browser
I have following script, which makes showing "Facebook like box" when hover on button with .trigger class:
$(document).ready(function(){
$(".trigger").hover(function(){
...
0
votes
2answers
818 views
Ajax doesn't work on the Opera browser
I am using jQuery AJAX on my application and latest version of Opera does not display any AJAX what so ever. Works on all other browsers.
In HEAD:
<script ...
0
votes
1answer
785 views
My IFRAME facebook app doesn't work in Opera and IE
It works nicely in FF and Chrome, but in Opera I get timeout error. The loading animation is going and going on but nothing appears. Could you please help me? My deadline comes tommorow :-(
Pastebin ...
1
vote
2answers
1k views
fb:serverfbml won't render on Opera and IE
I asked the same question in Facebook developer forum, but for some reasons I want to repost it here. I hope that's okay.
I have the following fb:serverfbml snippet.
<fb:serverfbml ...
