Facebook says my website link redirects to another website, but it doesn't - facebook

When I try to share this link (http://saeedreza.me/) on Facebook first it says it's an unsafe link:
It looks like a link you're sharing might be unsafe. If you can,
please remove this link:
saeedreza.me
Note: The unsafe link might be on the page you’re linking to.
I have checked this domain with Facebook Sharing Debugger and it doesn't show any error. I have also checked it with Facebook Open Graph Object Debugger and still no bug or error. It has all the proper meta tags and even the app ID.
I have also checked the link safety with different services and have received no sign of any malicious malware or suspicious script.
After passing a security check, Facebook allows to share/post the link anyways but when you try to click on the link it redirects you to a page with this message:
You followed a link on facebook.com that redirects to another website:
http://saeedreza.me/ You can now continue to this website, or go back
to the page that you were on before. Remember, only follow links from
sources that you trust.
I have also checked the site to see if it redirects to any other domain but nothing suspicious again!
I have tried to contact them so many different ways but still no luck.
Has anyone had this experience before? or do you have any suggestion how I may be able to fix it?

Try to shorten site URL with goo.gl, it's a link shim feature from FB giving you this warning: https://m.facebook.com/notes/facebook-security/link-shim-protecting-the-people-who-use-facebook-from-malicious-urls/10150492832835766/

Related

My site blocked by facebook

I have a site and wanted to share it into facebook. However, upon posting I got a notification from facebook saying:
The content you're trying to share includes a link that our security
systems detected to be unsafe:
markleobongcasan.com
Please remove this link to continue. If you think you're seeing this
by mistake, please let us know.
I checked into sucuri site check and it is 100% safe.
I checked my site using facebook debugger as what one of their support member suggested and I got this:
http://screencast.com/t/4nTfGhNd0fq2
Anybody here who has the same experience/problem? How did you fix it?
"let us know" is a link. You need to click that link and appeal to Facebook. After that, all you can do is wait.
You can also try asking in the official Facebook Developers group: https://www.facebook.com/groups/fbdevelopers/
...or you could file a bug, because it could be a bug too: https://developers.facebook.com/bugs/

Why are Facebook warning visitors about my links?

I post links on my site's FB page (1 or 2 per day). All links points back to my web site.
Often, especially on mobile and tablets, this warning pops up when people are clicking those links on my page:
Something Went Wrong
Sorry, there was a problem with this link: http://www.delbart.no/sam-den-bekymrede-katten/.
You can now continue to this website, or go back to the page you were on before. Remember, only follow links from sources you trust.
The link above is just one of many ...
I've tested many of the links in debugger without finding any issues.
Do you know why Facebook are showing those warning messages?
What can I do to avoid them?
All the best :)

How does the browser plugin Disconnect work?

I've recently installed the browser plugin Disconnect to keep Facebook, Twitter and Google from recording my browser history as I use the regular web while still letting me use those services when I choose to.
Can anyone explain how Disconnect works?
I'm interested in how it works to understand where my web experience might be changed or compromised and as an intellectual curiosity about what these sites are doing and how it can be blocked.
There are detailed descriptions of what our extensions do in the extension galleries (and someday soon, our site), e.g.:
https://chrome.google.com/webstore/detail/jeoacafpbcihiomhlakheieifhpjdfeo
More technically, all our extension code is open source (and well commented and otherwise readable, if I do say so myself):
https://github.com/disconnectme
I'm only guessing, but to track you, google, facebook and twitter send you a cookie to identify you. Then if you browse the web a display page that contain an adsense banner, a g+1 button an analytic script, a facebook/twitter widget, google , facebook and tweeter access this cookie.
So to prevent them to record your browsing, maybe the addon filter the cookie sent in http request or filter google/fb/twitter script/iframe/url from the viewed page.
Hope this could give you a hint.
Regards

"The post's links must direct to the application's connect or canvas URL" - error

I am trying to post to user wall but I am receiving this error when when share window pops up:
The post's links must direct to the application's connect or canvas URL
Now, I made a proper Google search in hopes to find a solution, but the only one given was that I need to disable "Stream post URL security". I checked the advanced settings for my app and it is already set to disabled.
So, by having a few years of experience with development on Facebook, and by knowing how incredibly bad the communication between us developers and FB has been in the past, I'm highly doubtful that they will assist me on this. Although I have heard that feedback is better here on SO than the good old FB platform forums. Well, lets see if my only option is to set my hair on fire or that there might be a kind soul out there that can assist.
This answer from the WordPress forums via user Samuel Wood (Otto) worked for me:
Go to the Facebook App. Edit its settings. On the Advanced settings page, disable the "Stream post URL security" option.
Did you generate the access token using the Graph explorer app on FB?
Make sure you select your app from the select box on the top-right.
It will be selected as Graph Explorer by default.
This error happens as the selected app would be Graph explorer and its canvas/site url is not pointing to your site.
Doing this fixed my problem; it may fix yours as well.
With the new app interface, issue is solved by turning off the "Stream post URL security" in the "migration tab"
you always have to use the same domain for linking as specified on the app's developer settings. Now you can have several tlds, and custom prefixes as well.
For others experiencing this problem, I was able to resolve this by configuring the Facebook > App > Settings > App on Facebook > Canvas URL

vBulletin Facebook App not working from within Page

I have installed the vBulletin Facebook app for a client, and am trying to link the app page from within the sidebar on the Fan Page for the site. However, the page returned upon clicking the link is blank. I think this may be a fault on vBulletin's side (which sadly has little to no debugging facilities that I can see), possibly the referrer does not match the App URL. Has anybody come across this problem before?
Any possible workarounds via Facebook? I have tried setting the Page URL to the apps.facebook.com URL but it didn't work and through a search I've found that it's not the right approach anyway.
Edit: I have also tried iframe within an iframe, like setting the page url to a page and having an iframe in that one. It didn't work, but then again it's fairly obvious why it didn't. The last resort I think would be to see if I could reverse engineer the vBulletin code to ignore referrers or allow a different one (if it's even the problem).
Double edit: Perhaps just a way to send a link off to a new window via the app tab??
Thanks
Is it coming from an SSL site? I think now all fan pages have to come from an SSL site or they will error out. -Buddy