Questions tagged [facebook-debugger]

41 questions
0
votes
0 answers

WordPress / FB Sharing: How to fix invalid image content type error?

I want to show the featured image of a post when I share it in Facebook, for that, I used All in One SEO plugin. The problem is that the image of the article doesn't show when I debug it on Facebook Debugger. The property="og:image"…
jack john
  • 69
  • 1
  • 11
0
votes
0 answers

How to fix facebook share dialog security check error?

I am trying to share ma image from my website https://fungen.000webhostapp.com/. at When I click on "Post to Facebook" button of share dialog it was displaying alert box with a message website link is unsecure and also asking to enter capcha code as…
0
votes
0 answers

Invalid Parameter Error using facebook graph API

I am passing "https://www.cnbc.com/2019/01/13/saudi-energy-minister-on-work-with-oil-producers-to-balance-market.html" as the url to facebook sharing debugger at the following link: Facebook Sharing Debugger We can see all the results which facebook…
0
votes
1 answer

Facebook privacy policy invalid because we support https

They say that we must check our privacy policy with curl. I tested this with Google's privacy policy to see what the fuss is about with http vs https. I believe the issue is that they are not following the redirects with -L. What should I do? curl…
Gandalf458
  • 2,139
  • 1
  • 21
  • 36
0
votes
1 answer

Facebook Debugger: Change Canonical URL value after Reverse Proxy Rewrite

I've created a simple app that server renders some basic SPA content based on the user agent. For example, if an AngularJS website link is shared on Facebook i have a Apache rewrite rule to redirect that link to the rendering app. The rendering app…
Ricky
  • 2,912
  • 8
  • 47
  • 74
0
votes
0 answers

Facebook Sharing debugger not picking up OG tags

Whenever I put https://enginity.be/ into the Facebook debugger, it doesn't display the image or description into the share box, and it informs me those og tags are missing. However, when you look at the source code of the website, you'll see the…
PoeHaH
  • 1,936
  • 3
  • 28
  • 52
0
votes
0 answers

Facebook Crawler infers different og:url than the one specified in the metatag

I am trying to collect the engagement data for this page: http://www.nature.com/news/the-future-of-dna-sequencing-1.22787 While working on my code I realized that Facebook returns different Open Graph objects for different variations of the URL…
Bubblbu
  • 91
  • 8
0
votes
0 answers

Facebook developer manage_pages not work

I have a problem with the approval of manage_pages by facebook, they say What they fail to Play the pages management function, from my developer account can very well manage the pages, if I try with another account, I can not, facebook does not ask…
0
votes
1 answer

Debugger showing correct thumbnail preview, old posts not changed (Facebook)

So I have recently changed all my thumbnails to meet the requirements for larger thumbnails on Facebook, Pinterest and Twitter. The sharing debugger for facebook shows the correct thumbnail preview when scraped and displays a large card, but if I go…
Ash
  • 792
  • 1
  • 6
  • 23
0
votes
1 answer

Facebook open graph debugger fails to clean the url's cache

Lately I started to encounter difficulties with clearing my URL caches using facebook debugger. Fetching new scrape information stopped helping. Reloading new information keeping arriving with the outdated version. The debugger I'm referring to is…
neoswf
  • 4,730
  • 6
  • 39
  • 59
-1
votes
1 answer

Full_picture Parameter for page

I am using graph API to get access tokken using a reference "pagename?fields=picture" for my facebook page to be used on my website. This is the function that I am using; function get_facebook_post_pic_full_url($feed_id) { echo…
1 2
3