Skip to main content

Questions tagged [facebook-debugger]

The tag has no usage guidance.

facebook-debugger
0 votes
1 answer
61 views

Why is BeautifulSoup unable to retrieve og:image metadata while Facebook Sharing Debugger is able to do so?

Here is my BeautifulSoup code: from bs4 import BeautifulSoup import requests html = requests.get("https://vt.tiktok.com/ZSLvos3x2/").text soup = BeautifulSoup(html, 'html.parser') image = ...
Ooker's user avatar
  • 2,625
1 vote
0 answers
59 views

Why is Facebook debugger ignoring my request to scrape again?

I have a YouTube video that I would like to post on Facebook, but it keeps showing an old thumbnail that I changed 2 weeks ago. I tried to you Facebook Debugger, gave the link, and ask to scrape again....
Blue Moonshine's user avatar
1 vote
0 answers
449 views

Whatsapp cloud API not delivering media messages to iOS / iphone

I am working with whatsapp cloud api to send messages to clients, it is working fine with android but not working with IOS, are there any additional steps of setup for IOS ? Normal messages with only ...
Neon's user avatar
  • 41
1 vote
0 answers
219 views

"Sender action failed" When reacting to facebook message

I am using facebook api to react messages in messenger. This is the api POST request I am using https://graph.facebook.com/v15.0/<PAGE-ID>/messages?recipient={id:<Pariticipant_ID>}&...
Yasantha Mihiran's user avatar
1 vote
0 answers
173 views

facebook isn't showing an og:image in debugger, even though it's a 206 code

facebook debugger gives me no errors and a 206 code, but doesn't shows preview — even though an image works well at twitter, vk, telegram and signal it seems that facebook had problems with https ...
Alexander Cherepanov's user avatar
0 votes
0 answers
59 views

Why Facebook does not show og:video?

Here is the url: https://tikex-dev.com/palferi/program/tanciskola Facebook Debugger does not raise any error. <meta property="og:title" content="Mutass egy mozdulatot és játssz az ...
János's user avatar
  • 34.5k
0 votes
0 answers
128 views

Where inputURL and og:url Meta Tag comes in Facebook Sharing Debugger?

Checking this url: https://giphy.com/gifs/xbox-xbox-series-x-s-my-hero-ultra-rumble-RtS1FrFvjQ8zRoA14O Where highlighted fields coming? Which meta field are those? I have the same meta tag structure ...
János's user avatar
  • 34.5k
0 votes
1 answer
400 views

Why og:url can not point to og:image?

I have this sharing page: https://tikex-dev.com/kubl/34lw/j1vd/ceay Though og:url is the same as og:image, og:url value in Facebook Debugger will not show the meta tag value, but the url of the ...
János's user avatar
  • 34.5k
0 votes
0 answers
392 views

Facebook Sharer has suddenly stopped working for me

I have a LAMP website which allows users to share a graph on Facebook. It was woking fine until May 1st but now whenever I try to share, I just get a grey box. My site was using sharer.php to do the ...
SilverZippo's user avatar
3 votes
0 answers
406 views

Facebook microdata debugger not picking up OG and while share debug does

As per the title, I'm having trouble getting facebook to pick up my microdata information on my website. I've published both as JSON+LD and OpenGraph, but facebook pixel refuses to read it. I've tried ...
Maurizio Pozzobon's user avatar
1 vote
0 answers
101 views

Facebook crawler/scrape specific port

I have two websites hosted on a single domain on two ports. 1- News site on www.mysite.com 2- Jokes site on www.mysite.com:8082 when I share/debug an url of site-1 then the meta tags are used from ...
Bilal Siddiqui's user avatar
0 votes
0 answers
528 views

What is the difference between "fetched URL" and "canonical URL" in Facebook's Sharing Debugger?

I was using the Facebook's Sharing Debugger tool, and I have a question. What exactly is the difference between the 'fetched URL (URL buscada)' and the 'canonical URL (URL canônica)'? Print from ...
Natália Rodrigues's user avatar
1 vote
0 answers
140 views

Facebook could not load image in meta og:image when share link on Facebook

I try use debug tool and result: Provided og:image, https:xyz.com/storage/posts/images/1615524371abc.jpg could not be downloaded. This can happen due to several different reasons such as your server ...
Myloo Tran's user avatar
0 votes
0 answers
59 views

Facebook Debugger doesn't see my Open Graph code

I cannot figure out why Facebook Debugger only sometimes sees my open graph code. Here is a page where it CAN see my code: https://buckscountyalive.com/articles/railroad-attractions.cfm My code: &...
pm541's user avatar
  • 11
0 votes
1 answer
647 views

Site works but Facebook debugger Curl error: 28 (OPERATION_TIMEOUTED)

I have website developed using nodejs and react server side rendering. When i am trying to scrape my website with facebook debugger, facebook takes more than 10 sec and times out. However I noticed ...
sun2's user avatar
  • 1,148

15 30 50 per page