35,071 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
98
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 ...
-2
votes
0
answers
81
views
WhatsApp Business webhook only works sometimes on production WABA (test WABA works 100%)
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
1
answer
80
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 ...
Advice
0
votes
0
replies
48
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 ...
0
votes
0
answers
57
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
28
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
46
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
59
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
82
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
87
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
53
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
70
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
34
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=...
1
vote
0
answers
267
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
89
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) ...