Refused to display facebook.com/xti.php in a frame because it set X-Frame-options to sameorigin - facebook

I only get an error in the google chrome console. I tried with edge and I don't have this error.
I'm trying to figure out which is causes this error.
I receive this error:
Refused to display 'https://www.facebook.com/xti.php?xt=[...]' in a
frame because it set 'X-Frame-Options' to 'sameorigin'.
There are alot of characters between [].
I'm wondering if facebook sdk can cause that. Anyone want else has already faces this error?
Edit: I get this error when I add the facebook page plugin. Everythings works, but I want to know why I get this error.
The error appear when I tabbed out then I come back to the website.
Thanks

A similar issue came up while implementing facebook's customer chat plugin. See here in troubleshooting tip #1 at page end. It was because the domain you want to display it on hasn't been whitelisted. That was the case almost all the time an error like this came up.
You can connect the dots and find out how it could apply to your application. Although, 'same origin' makes me think it could be related to CORS, which could be the underlying cause of this whole scenario in the first place.

Related

Can anyone help, why google page speed said "Client site redirect" and my domain has a google selected chronical "http://ww82.gooogleapi.com"?

Search Console Error
Google Page Speed Error
My domain www.tanviralamhira.com is not indexing and also I cannot even check google page speed. problems are shown in the screenshot. Can anybody help, how can I solve it?
I have tried several time to check and index request but it failed.
Had the same issue!
The problem was in the string
script src='https://ajax.gooogleapi.com/ajax/libs/jquery/1.7.35/jquery.min.js
Remove this string or change a link to jquery library and check wether redirect disappears. Interestingly, the link looks legit and thus doesnt warn one at all, nevertheless...
Good luck!

how to enable https in my facebook app

i created an app and set my web URL which is https://www.mysite.com but i keep getting a message from Facebook's comments plugin in the little yellow box saying "warning: cant find http://www.mysite.com"
the plugin is working great and i can see comments and even share and like.
how can i fix that?
here is a print screen:
I am adding screen shot of one of my app, you can follow these screen shot:
Make sure to disable Sandbox mode and you should fill required URL as shown below.
problem found. we have a loadbalancer that causes that in the inner server he sees itself as http and in the outer is actually https. i had to manually add the "s" to the output.
thx for all the help!

Facebook like button gives an error: This page is either disabled or not visible to the current user

The like button on my site was working fine and had more than 270 recommendations but suddenly they disappeared and when I click on the button, it gives an error:
This page is either disabled or not visible to the current user.
I checked my URL on the debug tool but it gives me the same result each time that appears to be fine.
I have no idea what is the problem or if my site has been blocked by them.
How can I check if its blocked or find the problem?
My URL is: iran.us
Check this link: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Firan.us
As for your counts, you specified
http://iran.us (http://graph.facebook.com/http://www.iran.us)
and the counts you're looking for are under
http://www.iran.us/index.php (http://graph.facebook.com/http://www.iran.us/index.php)
The fix for this is your plugin code.
Add data-href="http://www.iran.us/index.php" to the plugin code and it will be back to the old like count. You will not be able to move the 6 current ones over though.

Facebook Debugger Error: "You must preload this data. TAAL[BLAME_file]"

When debugging a website with a Like button here:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.arcosjapan.com%2Fscroll%2Fcaresox-hc.html
It throws a critical error:
"You must preload this data. TAAL[BLAME_file]".
I have installed hundreds of like buttons and have never run across this. Does anybody know what it means? I am aware of the other issue that it is pointing out on that page: "The app ID specified within the "fb:app_id" meta tag is not allowed on this domain." and I am pretty sure that is not the issue as my app is correctly configured.
Facebook Debugger is broken every once in a while. Now it seems to be working again. It gave the same error message just a couple of days ago.

Facebook Connect doesn't redirect upon login

I know this is a question that has been asked several times, but I'm receiving an error that I haven't found any documentation on and am not making any progress on this.
I have the Facebook Connect feature working on my blog, however, not everything is working. Upon clicking the 'Login' button a popup is displayed that allows me to enter user/pass information. After clicking 'Login' the page doesn't refresh and I receive a javascript error.
Error: this._opts.channelUrl is null
Source File: http://www.facebook.com/widgets/comments.php?api_key=XXXX&channel_url=http%3A%2F%2Fblog.gnucom.cc%2Fxd_receiver.htm&xid=http%253A%252F%252Fblog.gnucom.cc%252F2010%252Ffacebooks-connect-on-wordpress%252F&width=550&url=http%3A%2F%2Fblog.gnucom.cc%2F2010%2Ffacebooks-connect-on-wordpress%2F&title=Facebook%E2%80%99s%20Connect%20on%20Wordpress.&numposts=10&css=&simple=&reverse=&quiet=&publish_feed=1&locale=en_US
Line: 2
If I refresh the page manually, I see that I actually was logged in.
Can anyone suggest a solution or point me to another post? If this is actually a duplicate post please point me to the other post, and I'll close this one.
Thanks,
Edit: I'm adding resources that I've found so far, but am not sure if they will resolve the issue.
http://forum.developers.facebook.net/viewtopic.php?id=37333
http://forum.developers.facebook.net/viewtopic.php?id=69660
This error is occuring because
"a.frameName" is set to
"iframe_canvas", but "a.channelUrl" is
set to NULL. So when you call
"indexOf" on a NULL property, you get
that JavaScript error.