35,090 questions
-1
votes
0
answers
51
views
Cannot link WhatsApp Business Account to Meta Developer App (no WhatsApp asset under “Connect assets”) [closed]
I am setting up the WhatsApp Business Platform (Cloud API) and facing a linking issue between my WhatsApp Business Account and my Meta Developer App.
I have:
Developer App ID: 1189960936430019
...
1
vote
1
answer
53
views
Facebook Graph API /me/accounts username field gone
The /me/accounts endpoint of Graph API used to have a username field which has disappeared recently (since 2025-11-18 for me). I am explicitly asking for this field, and my user token have all the ...
-1
votes
0
answers
52
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 ...
0
votes
0
answers
41
views
Carousel ad creative with Placement Asset Customization with Facebook API
I am trying to create an Ad Creative using the Facebook API for a Carousel Ad using Placement Asset Customization to customize the images in the carousel for different placements (for example ...
-1
votes
0
answers
23
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 ...
Advice
0
votes
0
replies
37
views
Can Instagram’s Conversations API read all DMs, including conversations initiated by the business?
I’m trying to understand the limitations of the Instagram Graph API / Conversations API for a Business Account.
My goal is simple:
👉 I want my Instagram Business account to be able to read all direct ...
-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.&...
0
votes
0
answers
49
views
Meta Cloud - Recovering Lost WhatsApp Webhook Messages
We recently migrated our WhatsApp Business API to Meta Cloud. After going live, we noticed that a few incoming messages sent to our receive webhook were blocked by our WAF’s ModSecurity filter. As a ...
Best practices
0
votes
0
replies
24
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 ...
-2
votes
0
answers
81
views
Application does not have the capability to make this API
Why am I getting the error (#3) Application does not have the capability to make this API call when trying to fetch Instagram conversations, even after adding a test user and using a token with all ...
1
vote
0
answers
42
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
48
views
How to retrieve "Message Templates" from Facebook Ads Manager via Graph API (not welcome_message_flows or ad creative embedded)
I'm trying to programmatically retrieve a list of "Message templates" that are available for selection when creating a Messenger ad in Facebook Ads Manager. These templates appear in a ...
1
vote
0
answers
63
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 ...
2
votes
1
answer
86
views
Facebook API and PHP SDK time_range problem
When getting Ads from Facebook using the php sdk like this:
$params = array(
'time_range' => array(
'since' => date('Y-m-d', strtotime('-7 days')),
'until' => date('Y-...
0
votes
0
answers
47
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
58
views
Facebook's Graph API "IG Hashtag Search (Top Media)" Doesn't Return Videos
When you query a hashtag against the top_media endpoint, you're supposed to get a list of all posts (images, carousels, videos, etc) similar to that of what you would see when you search for a hashtag ...
0
votes
0
answers
33
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
148
views
How can I reliably scrape the Meta Ads Library for the latest ad launches?
I’m building a scraper to monitor the Meta (Facebook) Ads Library for new ads as soon as they start running.
From inspecting network requests, I see that the Ads Library web app uses a GraphQL ...
0
votes
0
answers
75
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
41
views
Data aggregated from ad level metrics doesn't equate to account level metrics
I'm trying to fetch data for each ad for a given account and aggregate it at the adset/campaign/account level internally so we don't have to make multiple calls to the Meta API. However, while doing ...
0
votes
0
answers
68
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
40
views
How to fetch unpublished “dark posts” created automatically by Facebook/Instagram ad creatives via the Graph API?
I am working on an internal tool to manage customer service for Facebook Ads using the Graph API v23.0. I need to programmatically access and retrieve dark posts (unpublished posts used in active ...
0
votes
0
answers
37
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
67
views
Android App - Reactive Native - error on opening app on phone
I had to upgrade a bunch of packages on reactive native to update to google api 35. The app was working before without any issue.
When uploading the app to a phone and opening, I'm getting the ...
0
votes
0
answers
83
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
33
views
facebook graph API - event picture
So I am trying to make a PHP code to get image from a provided event id, but it seems like maybe it is no longer possible? These are public events visible for anyone. I have created an app and try it ...
0
votes
0
answers
92
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 ...
0
votes
1
answer
74
views
Issue with Facebook Graph API Page Access Token Retrieval Returning Empty Array
I am currently experiencing a technical issue with our Facebook page integration functionality using the Facebook Graph API, and I would greatly appreciate your guidance on resolving this matter.
...
1
vote
0
answers
71
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
119
views
Graph API creating instagram ad with video - Post Has No Media
I am using graph api to create instagram ads. This is working perfectly when creating picture ads using link_data creative for both facebook and instagram placements. However, when I create video ad ...
0
votes
0
answers
100
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.
...
1
vote
0
answers
64
views
Facebook/Instagram webhook not firing for non-admin/tester business accounts
I’m building an Instagram Business auto-reply system using the Instagram Graph API and Facebook Webhooks. My app is already reviewed, approved, and set to live. The app is deployed on Railway and ...
0
votes
0
answers
53
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
1
answer
177
views
How to get Instagram media permalink or URL from webhook inbox messages (asset_id provided only)
I’m working with the Instagram Messaging Webhook and trying to retrieve the actual media URLs/permalinks when a user sends media to the Instagram inbox.
When a user shares a post/reel in DMs, the ...
0
votes
0
answers
90
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
0
answers
69
views
Facebook access token giving code 190 and subcode 492 error
I am creating a facebook post scheduler. I have created an api in next js to connect facebook page and save the access token and refresh token.
initially when I save the access token and call the ...
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
72
views
Facebook Marketing API OAuth scopes not granted for app admin
I am integrating Meta (Facebook) Marketing API into a Next.js app. OAuth works fine if I only request the email scope. But when I try to add ads_read, ads_management, or pages_manage_ads the returned ...
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 ...
0
votes
0
answers
43
views
No Redirect Uri in params issue in expo auth session for facebook
I am trying to add facebook auth in my app using expo-auth-session , i used the following code and also one reference from youtube which results in same output , i am getting this error "No ...
1
vote
0
answers
188
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
18
views
posting local image using facebook_business SDK to a Facebook page
i would like to use facebook_business SDK to post a picture and a text to a Facebook page. But i want to post a picture that is stored locally on my computer and not to use a url.
this is their ...
0
votes
0
answers
62
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
94
views
Unable to create Whatsapp Business Account from Meta Business Suite
when I create a NEW Whatsapp Business Account from the Meta Business Suite, I can't pass from the Phone Number step (2nd step), because once I pass the first step (Details), it creates the Whatsapp ...
0
votes
0
answers
57
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
...
-2
votes
1
answer
120
views
Threads oEmbed Read Test Case Not Passing Despite Business Verification and Instagram oEmbed Success [closed]
I'm preparing my Facebook app for submission and have completed business verification. The Instagram oEmbed Read test case has passed and is marked green. However, the Threads oEmbed Read test case is ...
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
44
views
Facebook Bot / Messenger Bit
So as we know that in order to create Facebook Post or read comments or get post interactions or sending a message on Facebook messenger we need Token from Facebook developer page with the right ...
0
votes
0
answers
89
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
1
answer
153
views
Get Instagram sender’s profile pic URL from user ID
I'm building an app that interacts with Instagram messages. When someone sends me a message, I receive their user ID (sender ID) via webhook.
Using that sender user ID and an Instagram Login access ...