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
0 answers
45 views

Creating Dynamic open Graph tags using PHP

I am new to PHP and I want to create a dynamic open graph tag to my blog page. I am using a single header.php for all my blog posts/pages and I want to be able to create a dynamic open graph tag that ...
Samten Thinley's user avatar
0 votes
0 answers
55 views

Facebook Resumable upload feature throws NotAuthorizedError exception

I am testing resumable api but after generating the upload session Id using user access token and pushing png data as file data, I am getting b'{"debug_info":{"retriable":false,&...
bforblack's user avatar
0 votes
1 answer
492 views

Setting WhatsApp Cloud API Callback URL Programmatically

I'm trying to configure the callback URL for the WhatsApp Cloud API programmatically but haven't been able to find the relevant endpoint in the documentation. Currently, I can only set it through the ...
Ajay Kumar's user avatar
0 votes
1 answer
414 views

Can't see how to add "pages_show_list" to my Facebook App in development mode

In the official documentation they says : ################################################## https://developers.facebook.com/docs/permissions/ App Review is required for all permissions except for ...
Jean François Manatane's user avatar
0 votes
0 answers
75 views

How to go about creating share cards (facebook, twitter) for a single page react application?

I'm developing an SPA in React and I've hit a wall that I'm not sure how to work around; I need different pages to display different information in share cards when shared on twitter and facebook (...
ThomasSiopes's user avatar
1 vote
1 answer
276 views

Can't see "publish_pages" or "manage_pages" in my Facebook App uses cases dashboard

I have created my App (which is in development mode) , and linked it to my user profile. When I request my Page access token curl -i -X GET "https://graph.facebook.com/USERID/accounts?...
Jean François Manatane's user avatar
0 votes
0 answers
138 views

How do I set the title and description of my Quarto website for the metadata that pops up on LinkedIn, iMessage, etc.?

I've created a personal website to display some of my portfolio and writing using Quarto. I would like to send this website to recruiters on LinkedIn and to my friends, but when I do, the website ...
David Enders's user avatar
0 votes
0 answers
25 views

Is it valid to set the meta property="og:locale" to a two-letter value?

We use 2-letter locales in our webpages (we don't differentiate between English or French flavors). I couldn't confirm in the documentation of OpenGraph if it is allowed: <meta property="og:...
Paleo's user avatar
  • 23.1k
3 votes
1 answer
652 views

NextJS dynamically created Image for opengraph tags not working in production

I'm working on a Next.js project where I need to dynamically generate Open Graph images. My implementation works locally, but I'm facing issues when deploying to production on Vercel and Netlify. ...
Hemendra  Khatik's user avatar
0 votes
0 answers
29 views

Create a personal shadow ban on all Facebook posts on a Facebook page?

I know Instagram allows this but how do I shadow ban a particular user from posting comments on my Facebook page without doing it individually on every post? Is their a way to do it with the API they ...
cdub's user avatar
  • 25.4k
0 votes
0 answers
47 views

Nuxt2 social cards not displaying

I'm trying to set the metadata to see the social card in my nuxt2 aplication when i share the link of a post in facebook. In my nuxt.config.js i have set this: head: { titleTemplate: '%s - Estudios ...
Ernest Riccetto's user avatar
0 votes
0 answers
40 views

About the scope of impact due to Facebook Graph API rate limit

I want to know the extent of the throttling effect when FacebookGraphAPI's rate limit is exceeded. Create a Facebook app from Meta for Developers, We have implemented "Facebook login function&...
test2 arai's user avatar
0 votes
0 answers
27 views

Encountering issues when implementing url previewing in android using jsoup library

I am implementing an Android application and I’d like to implement a URL link preview in it. As a first try, I have used the jsoup library but I am encountering some issues. Not all the links have ...
Patrick Renaud's user avatar
0 votes
2 answers
496 views

How to add dynamic opengraph meta data to page in NuxtJS

I am using NuxtJS with Nuxt3 and in my component, I want to update the head of the page with dynamic opengraph meta data. In my component, I am showing a gallery and for that I am fetching the data ...
Pratik Chakraborty's user avatar
0 votes
0 answers
41 views

How to get Facebook ads_management permission approved

I have built an app that uses the ads_management permission to pause a Facebook ad. I am currently trying to submit it for review. As part of the review process, the Facebook review team must test ...
Scott Paterson's user avatar

15 30 50 per page