35,088 questions
-1
votes
0
answers
28
views
WhatsApp Business webhook only works sometimes on production WABA (test WABA works 100%) [closed]
I’m having an annoying issue with WhatsApp Business webhooks and I can’t get any real help from Meta support because every ticket I open gets closed by their AI bot with the same useless message “go ...
-1
votes
0
answers
20
views
Facebook CDN images not loading with API url
When requesting a Facebook post image using the full_picture field from the Graph API, the URL returned in the JSON response is valid. However, when this URL is used in an <img> tag, Facebook ...
-4
votes
0
answers
32
views
Facebook OAuth Error: "This app needs at least one supported permission" - Works for Testers but Not Real Users [closed]
I'm Getting This Facebook OAuth Error For Real Users, But It Works Fine For App Testers
Error Message: "It Looks Like This App Isn't Available. This App Needs At Least One Supported Permission.&...
Best practices
0
votes
0
replies
23
views
Post to a FB Page on behalf of a client who is an admin
I have a web app that has a button that used to work. It sent the user to their Facebook "Page" page along with content for them to post. That has stopped working recently.
I need to know ...
1
vote
0
answers
35
views
Meta Capi and Mannual integration
I recently sent Meta CAPI customer events to enrich the existing conversion data we were already sending via CAPI.
We used the Payload Helper to build the event payloads and an API token to post them. ...
1
vote
0
answers
51
views
Facebook Login for Business with config_id returns “This app isn’t available” despite approved permissions
I’m trying to implement Facebook Login for Business in a live, business-verified app. My app is live, has advanced access approved for all required permissions, and I have a Business Login ...
0
votes
0
answers
45
views
Meta Marketing API — Uploaded video not showing in Media Library or list API (only retrievable by ID)
I’m having an issue with the Meta Marketing API where uploaded media doesn’t appear in the Media Library or in the list API results.
After uploading a video to the Media Library via the API:
The ...
0
votes
0
answers
27
views
Facebook Graph API — “An unknown error occurred (Code: 1, Subcode: 1690192)” when creating Child Business Manager via /owned_businesses
I'm trying to create a Child Business Manager (CBM) programmatically using the Facebook Graph API endpoint:
POST https://graph.facebook.com/v20.0/{PARENT_BUSINESS_ID}/owned_businesses
name=...
0
votes
0
answers
67
views
Facebook Login for Business: “This app is not usable” error when logging in with other accounts (React + react-facebook-login)
I’m integrating Facebook Login for Business into my web app, but I’ve hit a problem that I can’t figure out.
I created a Facebook App in Meta for Developers, added two products — Webhooks (Leadgen) ...
0
votes
0
answers
62
views
Whatsapp Business API test message not received
So i am still on the getting started part of the Whatsapp Business Api
I have tried
Sending message first to the phone number sender
Sending template message
Via button on getting started page or ...
0
votes
0
answers
34
views
Facebook Login only grants one permission in access token despite multiple approved scopes in app config
Description
I'm integrating Facebook Login for a business app requiring multiple advanced permissions (e.g., for WhatsApp Business, ad management, and Pages access). The app is in live mode, with most ...
0
votes
0
answers
79
views
Instagram Graph API: Short-lived token works but long-lived token fails in Laravel
I’m working with the Instagram Graph API in a Laravel backend. My goal is to exchange a short-lived Instagram user token for a long-lived token, but it keeps failing with an error in production ...
0
votes
0
answers
79
views
API access blocked (OAuthException code 200) for long-lived user token (FACEBOOK)
I'm running into an issue when trying to fetch data from a Facebook ad account via the Marketing API.
I’m using a long-lived user access token created by the account admin.
The user associated with ...
1
vote
0
answers
60
views
Posting images to Instagram with Facebook Graph API in n8n – Node ID not supported
I’m trying to post images to Instagram through the Facebook Graph API using n8n, but I keep getting this error:
Bad request - please check your parameters
Unsupported post request. Object with ID '...
0
votes
0
answers
94
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
52
views
Fetching live comments on Facebook Video turn names to "None"
i'm testing out this code to fetch video comments on my Facebook Page but the commenter's names turn to None, but when I comment on it using my own Page it catches the name. How could it be?
#!/usr/...
0
votes
0
answers
87
views
Instagram messages webhook returns dynamic recipient ID for some accounts
We've set up an Instagram autoresponder for professional (business and media_creator) accounts, the app is live and we have been reviewed, and granted, the following permissions:
public_profile
...
0
votes
1
answer
97
views
GoogleAppScript UrlFetchApp.fetch Batch request to Graph Facebook API
I'm trying to set up batch POST requests from a Google Apps Script project to the Facebook Graph API.
I already have many working GET requests to the FB API, as well as POST requests to Telegram from ...
0
votes
0
answers
65
views
How to get user_location permission with Facebook Graph API for a Business App?
On the Permissions page for an app of type Business, I don’t see the user_location permission listed.
Without this, I can’t fetch the page post commenter's country.
Does the Business App type not ...
1
vote
0
answers
186
views
Post a local video file as a REEL using Instagram API in Python
I am able to post a video from a public URL as a REEL:
import requests
token = "..."
api_version="v23.0"
headers = {
"Content-Type": "application/json",
...
0
votes
0
answers
57
views
Fastest way to obtain all authorized ad accounts under Facebook Developer APP token
I need to obtain all authorized ad accounts under my Developer Token, what's the fastest way to do that?
Currently I am using the /me/business endpoint to list all businesses and from each business ...
0
votes
0
answers
53
views
Fetch userID and username via Facebook API
I am building an Xcode IOS app.
The purpose of the app is to work with comments under the posts in my own Facebook page.
I have advanced rights for:
public_profile
email
pages_show_list
...
0
votes
1
answer
74
views
Misleading Graph API user_link
I have obtained advanced access to Facebook's Graph API user_link, which results in an app-scoped ID accessible only to the logged-in user.
The user_link document clearly states:
The allowed usage ...
0
votes
0
answers
84
views
Facebook Login: “This app is not currently accessible” error for real users, works for admin
I'm integrating Facebook Login into my web app, and I'm encountering an issue where trying to log in with a real Facebook user account (not added to the app) shows this error:
"This app is not ...
0
votes
0
answers
38
views
Facebook Graph API: Unable to retrieve user information like: id, name or profile picture
My App ID: 142443********** has been granted 8 advanced permissions, including:
email
pages_manage_engagement
pages_manage_metadata
pages_messaging
pages_read_engagement
pages_read_user_content
...