Failed to open url with facebook

I have me stumped.

Specified URL: http://vagabrothers.com/

Using FB tool: https://developers.facebook.com/tools/debug/og/object/ I am getting the error:Error parsing input URL, no data was cached, or no data was scraped.

All OG metadata looks great. Any ideas?

+3


source to share


2 answers


Try to debug like below:

  • Login to facebook.
  • Copy the link you want to share on facebook.
  • Paste the link into the update state and check if it doesn't work.
  • Go to facebook timeline.
  • Paste the link into the update state and check if it doesn't work.
  • Point 3 and 5 are the same. I mentioned this to make sure it works from both sides.
  • If facebook can fetch content from link and you can post link from facebook then you need to debug your code to find the problem.
  • If you are unable to post, try to find out what facebook errors mean. Probably its error from the end of facebook.

When I tried to share London Through New Eyes and Vagabrothers Home page manually from my facebook account. It shows me the following error:

The content you're trying to share includes a link that our security systems detected to be unsafe:

vagabrothers.com

Please remove this link to continue.

If you think you're seeing this by mistake, please let us know.

      



I am attaching facebook screenshot for reference. Facebook Error Log

Note: I found a facebook community link regarding this error: My site links are visible to facebook as spam or insecure .

Conclusion: First try explaining to facebook people why its a mistake. Just click on the link. I'm not sure they'll get back to you pretty quickly. But this is the only way you have it right now. So write them as soon as possible

+5


source


Just remove https://

from url.



-4


source







All Articles