3,933 questions
0
votes
0
answers
107
views
How to Post to a Facebook Group Using Graph API v23.0?
I have successfully managed to post to a Facebook Page using Graph API v23.0, but I am struggling to find any up-to-date tutorials or official documentation on how to post to a Facebook Group.
...
0
votes
0
answers
63
views
Next.js metadata og image issue on facebook
I'm working on a Newspaper site. In this website under [slug]/page.tsx On generateMetadata function, i'm generating and showing it properly but on facebook it's not working;
Here is the function code-
...
0
votes
1
answer
62
views
React Share not showing preview (Open Graph) despite valid Meta controller and endpoint in ASP.NET Core
I'm trying to implement server-side rendered Open Graph (OG) meta tags for social media previews (e.g., Facebook, LinkedIn, Twitter) in my ASP.NET Core 9.0 + React web application using react-share.
I ...
2
votes
2
answers
354
views
Nuxt 3: useSeoMeta Not Rendering Meta Tags in Page Source (SSR)
I'm using Nuxt 3 and trying to set static meta tags for my About page using useSeoMeta.
Here's the relevant code from pages/about.vue:
<script setup lang="ts">
// Meta SEO
const ...
1
vote
0
answers
49
views
How can I add dynamic open graph to a specific component?
I'm having an issue with dynamic og meta tags in my React/Next application with LinkedIn post inspector and Facebook debugger. The issue is that the metatags are being generated, but after the load ...
1
vote
0
answers
224
views
Facebook Ads API: Ad Account Blocked (error 2859015) — No Clear Reason via API
I'm getting this error when trying to publish ads via the Facebook Ads API:
errorCode: 10
errorSubCode: 2859015
"Your account is restricted from publishing campaigns.
I’ve checked all ...
1
vote
0
answers
96
views
Facebook comments incorrectly interpreted in Pandas
I have this app that I use to get comments from a facebook post, but I encounter a problem when there are more than 300 comments, as some comments turn into random numbers. Example. At first I thought ...
6
votes
2
answers
1k
views
How to fetch the latest Instagram feed using the Instagram Graph API with a Meta Developer account and Page access?
I'm trying to fetch the latest Instagram feed (posts) for a business account using the Instagram Graph API. Here's what I have so far:
I have a Meta Developer account and have set up my app properly.
...
1
vote
0
answers
22
views
How to send comments from user to fan page via Java using Graph API?
I have a task that I need to send a comment from the user to the fan page, for this I wrote the sendComment method
public void sendComment(String postId, String message) throws Exception{
...
0
votes
0
answers
30
views
Facebook OpenGraph Debugger reset to zero
I am doing work on a Wordpress site. My client previously had several hundred Likes/Shares on many of her blog posts.
I recently rebuilt her site from scratch, but none of the URLs, slugs, or ...
0
votes
0
answers
43
views
why isn't json-ld used for rdf vocabularies other than schema
I am relatively new to rdf and semantic web in general. I am seeing that there are a few different syntaxes for embedding rdf data in web pages/expressing rdf in general: microdata, idfa and json-ld. ...
0
votes
1
answer
116
views
Facebook Graph API: Unable to find the created A/B Test Campaign in console UI Facebook
I am trying to create A/B test using facebook graph API. The documentation I follow: https://developers.facebook.com/docs/marketing-api/guides/split-testing
The documentation mentions following curl ...
0
votes
1
answer
275
views
Branch.io OG Tags Not Displaying on LinkedIn but Work on Facebook and Slack
Problem Description:
I'm encountering an issue with Open Graph (OG) tags not displaying correctly when sharing Branch.io links on LinkedIn. The same links work as expected on Facebook and Slack, ...
0
votes
1
answer
487
views
Instagram opens the main page of the site instead of the link
I often send links to products via instagram messages. Some links open correctly, the rest open the main page of the site. Open Graph markup is fine, no dependence on the type of product and its ...
0
votes
1
answer
136
views
Expo Web & Firebase Hosting: Header meta tags present in exported raw html file, but not when serving through Firebase hosting
I'm using Expo Router. I've created some routes and used the Head component to add static meta data tags. Running npx expo export -p web creates the routes in my dist/ folder. When opening those html ...
0
votes
0
answers
73
views
How to handle Facebook OAuth2 with 2FA
I'm creating an automation flow with puppeteer to log in to Facebook and get the User Access Token. The code is a NodeJS code and pretty simple for now:
require("dotenv").config();
const { ...
0
votes
1
answer
55
views
facebook API for getting all type of post in my feed
I am trying to get all types of post's visible on my feed of all the user's, is their any way to do it.
I tried differnt facebook graph api but they are only retruning me posts made by me.
I have read ...
0
votes
1
answer
520
views
Getting `Unsupported request - method type: post` when trying to create an ad account with the Facebook API
I'm trying to create an ad account in my Facebook Business with this API endpoint:
https://developers.facebook.com/docs/marketing-api/reference/ad-account/
I'm using these parameters for my API call:
{...
2
votes
0
answers
570
views
Facebook Sharing Debugger is returning a 403 error when testing my website's links
For a while now, I've had a problem with Facebook's Sharing Debugger. When I try posting the links to my Wordpress site to test/precache them for sharing, they return code 403. It mentions that I must ...
0
votes
0
answers
60
views
Facebook graphApi - /{pageId}/feed returning empty data array
My website uses FacebookClient to get the company's Facebook feed and display the latest posts on the site. It's no longer working (not sure how long ago it stopped). The access token expired a while ...
0
votes
1
answer
49
views
Facebook Graph API: Products without \"link\" information can't be uploaded
I am trying to send items to commerce catalog using V20 Graph API andI continue to get this error.
"error_user_msg": "Products without \"link\" information can't be uploaded. ...
0
votes
0
answers
84
views
Facebook Open Graph not working; no previews
I'm having problems with my OG tags in Facebook debugger. It is displaying properly in , however Facebook Open Graph returned with a Bad Response Code: URL returned a bad HTTP response code 503.
...
0
votes
1
answer
212
views
How to do a batch request using facebook_business SDK for python?
I have created this code to fetch leads from Facebook:
import pandas as pd
from facebook_business.api import FacebookAdsApi
from facebook_business.adobjects.adaccount import AdAccount
from ...
0
votes
1
answer
56
views
Opengraph doesn't show
So I want my website to have an opengraph preview. For that I coded a new system in my index.html file which goes like this:
$(document).ready(function(){
$("#navbar").load("navbar....
1
vote
0
answers
114
views
Facebook Messenger and WhatsApp Opengraph not showing image
I am using nuxt 3 SSR with useSeoMeta for pages/posts/[id].vue like this
useSeoMeta({
title: () => post.value?.title,
description: () => post.value?.subtitle,
keywords: () => ...
2
votes
1
answer
257
views
Dynamic open graph images for social media sharing on an ionic capcitor react app on firebase
I am building an image based food diary (fueld.ai) that automagically does AI analysis of food items and nutrition from a picture of a plate of food. This is super shareable on social. We want to be ...
0
votes
1
answer
89
views
How to assign system user to ad account when creating an ad account via Facebook API?
I'm creating an ad account with a system user token, like so:
POST: {business_id}/adaccount
Body:
{
"name": "Ad Account created by application",
"currency": "EUR&...
0
votes
0
answers
65
views
Image not shown on preview while sharing link on whatsapp
I am facing an issue while sharing my link on whatsapp it didn't preview image in thumbnail.
<meta property="og:type" content="Product Detail" />
<meta property="og:...
5
votes
0
answers
726
views
Open Graph doesn't read meta tags in Facebook Messenger
Open Graph data is not showing when I'm sharing my NextJs website's url (https://www.casadebambu.ph/) via Facebook Messenger when sending it to other people. But it is visible in my own chatbox, in my ...
0
votes
1
answer
399
views
Can't get Facebook to update OG:Image data for link embeds
My brother in law has a simple website for his small business, and he has requested that I change the image for the embed when the site is shared on Facebook. Everything looked fine when I checked it ...
0
votes
1
answer
405
views
Why is LinkedIn Post Inspector not displaying the correct OpenGraph title?
I am using Yoast to generate the OpenGraph meta on the following page:
https://www.wjdfund.org
If you visit that URL and view the page source, you will see the following meta tag:
That is the only og:...
1
vote
0
answers
82
views
Calling user groups facebook graph API returns empty data
I'm making a following API call to facebook graph API to fetch user groups but it returns empty data array.
In the docs: https://developers.facebook.com/docs/graph-api/reference/user/groups/ I found ...
2
votes
1
answer
196
views
(Vue 3) Open graph works only on homepage but not other routes
I have a VueJS website deployed to github page with below open graph setting place in the <head> section inside /index.html:
<head>
<meta name="description" content="My ...
0
votes
1
answer
779
views
Preview from Open Graph is not appearing in Telegram for main page
I'm encountering an issue where the preview from Open Graph is not appearing in Telegram for the main page of my website, but it appears for any other page. For example:
https://andrei-psyhelp.ru/ - ...
0
votes
1
answer
680
views
Facebook Graph API /me?access_token=... keeps returning empty JSON for valid access token
I'm developing an app that will make use of the Business On Behalf Of API (https://developers.facebook.com/docs/marketing-api/business-manager/guides/on-behalf-of#bm-client). Based on the steps in the ...
1
vote
0
answers
57
views
Multiple og meta tags on single page
I have a single page on my site suppose example.com/content . That page have a tab contents like tab1 and tab2. When user visit example.com/content#tab1 the tab1 will be active and the tab2 content ...
1
vote
0
answers
109
views
How to Dynamically Add OpenGraph URL in Next.js?
I'm working on a Next.js project and I'm trying to implement dynamic OpenGraph meta tags. Specifically, I want to set the og:url dynamically based on the current page URL. However, I'm not sure how to ...
1
vote
0
answers
240
views
Meta tags are not updating properly in Angular 17 SSR pre-rendered site. What am I doing wrong?
I am creating an HTML word game app using Angular 17 and SSR. Which game is loaded is determined by an ID passed in via the URL. When the game is over, there is a share link, so that the player can ...
1
vote
1
answer
286
views
Handling Arabic Characters in Image URLs for Facebook Link Previews
I have an issue where Facebook and Twitter are not properly rendering link previews for URLs that contain Arabic characters in the image paths.
For instance, a link like
https://example.com/wp-content/...
0
votes
2
answers
1k
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 ...
0
votes
1
answer
2k
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 ...
1
vote
0
answers
121
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 (...
1
vote
1
answer
1k
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?...
1
vote
0
answers
280
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 ...
1
vote
0
answers
57
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:...
4
votes
1
answer
1k
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.
...
0
votes
0
answers
76
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 ...
0
votes
0
answers
49
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&...
0
votes
0
answers
38
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 ...
0
votes
2
answers
1k
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 ...