Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [facebook-opengraph]

For programming questions about Facebook's Open Graph API, designed to integrate Web pages representing profiles of real-world things into the social graph

facebook-opengraph
0 votes
1 answer
39 views

How to change url in open graph options?

Basically, I'm trying to set up meta tags and all that stuff. I have no idea how to change url so there will be just the name of the website. For instance, github has just GitHub there and I have this ...
kindBob's user avatar
0 votes
1 answer
660 views

How to get a list of Posts and Reels using facebook graph API for my Page

I am using this endpoint to get a list of latest feed posts for my page: https://graph.facebook.com/v18.0/${facebookId}/feed?access_token=${access_token}&limit=20 Apparently this works and returns ...
Peshang Hiwa's user avatar
0 votes
1 answer
215 views

Facebook API login returns The domain of this URL isn't included in the app's domains

I try to make a simple Facebook login, but when I use the login URL it gives me the error: Can't load URL The domain of this URL isn't included in the app's domains. To be able to load this URL, add ...
Angelo van Cleef's user avatar
0 votes
1 answer
1k views

How Do I Fix My Social Sharing - Bad HTTP Response Code

For my website, https://sccparentsassociation.com/, I cannot share any articles / pages on facebook due to facebook not scraping my site. When I try the debugger, https://developers.facebook.com/tools/...
Kristen Haftarczyk's user avatar
0 votes
0 answers
43 views

How to get access to the birthday of the logged-in person's friends?

I am currently working on a web application project using the Graph API. The goal of the project is to allow users to log in through Facebook, grant necessary permissions, and view their friends' ...
Leonardo Junio's user avatar
1 vote
0 answers
45 views

How to get Open Graph image to work in LinkedIn

I have an Open Graph image and the following code in the <head> <meta property="og:title" content="<?= $site->title_meta_tag() ?>" /> <meta property="...
user2991837's user avatar
1 vote
0 answers
101 views

Meta APIs Application limit calculation and refresh time

Can someone explain me How does the Meta APIs application limit is calculated and when does it refresh? 7 days activity: This my Average activity for past 7 days. 24 hours active endpoint: This is my ...
Atherv Patil's user avatar
0 votes
0 answers
38 views

trying to create dynamic og tags using server side rendering to generate link card preview (#linkedin)

I have react web application in which user can share his articles and post on social platforms. I am trying to create dynamic card preview using article and post data and I am able to create dynamic ...
Shivraj's user avatar
0 votes
0 answers
57 views

Is there a Meta Tag for Quantity to Sell on Facebook field?

I was wondering if there is a Meta Tag that I could use for the field Quantity to sell on Facebbok, previously known as "Inventory", so far I have these Meta tags which are working fine: <...
Claudio Martinez's user avatar
0 votes
0 answers
162 views

Native Flutter App OGP - How do I implement Open Graph Protocol?

I've seen many tutorials for implementing OGP with Flutter web apps or with React Native mobile apps, but I can't seem to find any tutorials or information other than a few packages like https://pub....
Stuart Ray's user avatar
0 votes
0 answers
67 views

Get Facebook persistent stream key from Graph API

I can obtain a Facebook stream key through the graph API. I saw there's an option to make the Facebook stream key persistent with updating the video ID persistent_stream_key_status but when I used ...
cloudrider's user avatar
0 votes
1 answer
104 views

Calling /ads_post returns empty data on specific pages

I am using FB Graph API with the endpoint /ads_posts to retrieve the latest comments of my pages. I am currently testing on the Graph API Explorer. My Problem: On specific pages (where i have the same ...
Thomas Danninger's user avatar
0 votes
0 answers
69 views

How to retrieve all comments for a particular ad in facebook Graph API?

this is an Graph API call to retreive information about the ad, what should I additionally type in order to seel all comments associated with this ad? I tried some videos, chatGPT, read through the ...
Ivan's user avatar
  • 75
0 votes
0 answers
118 views

Open graph image on Facebook Sharing Debugger states image has an invalid content type

I'm trying post on FB and on the in the sharing debugger, all of the og meta tags are being read properly except the og:image. Sharing debugger for my site I've tried og:image:secure_url, and I've ...
Kevin T.'s user avatar
  • 748
0 votes
0 answers
61 views

OpenGraph tags not rendering on NextJS application deployed on Vercel

We have a NextJS application and we want to have OpenGraph preview on social sites with an image and snippet. We implemented it following NextJS recommendations: layout.js import './globals.css' ...
esfoobar's user avatar
  • 319

15 30 50 per page