85,358 questions
0
votes
1
answer
41
views
Why SubscribedButtonClick event is auto firing on page animation? [closed]
I have setup a Meta Pixel and in my integration I have just reviewed that SubscribedButtonClick event fired on my home page which is normal but it fires everytime when any animation run on my page ...
Advice
0
votes
1
replies
60
views
Meta App Review: “Request again” disabled after rejection — unable to resubmit or create new review
We received the following app review response on April 1, 2026 at 18:32 GMT+5:30
Rejected:
pages_utility_messaging
Reason:
Disallowed Use Case Details
Developer Policy 1.6 - Build a Trustworthy ...
Best practices
0
votes
1
replies
57
views
I want to use my existing, live 'X' Meta App to post to the 'Y' pages via the Graph API
I have an existing, live Meta App associated with my first account ('X') that I use for API-based automated posting. It is working perfectly and didn't require business verification documents when I ...
Advice
1
vote
2
replies
90
views
How to access public Facebook posts using an API (Open Source) My goal is to retrieve real-time
public posts (text) for use in our system. The best lead I have found so far is the Meta Content Library (MCL) API. Is this the right approach, or is there a better technique for implementing this? ...
2
votes
0
answers
76
views
Can't receive Instagram message webhooks from real users, only message seen
I’m building an app for an Instagram professional account using the official Meta Instagram API and the newer Instagram Login flow, and I’m trying to receive real inbound DM webhooks.
The issue is ...
0
votes
0
answers
62
views
Facebook - Business App, Consumer App - how to get user public profile posts
Is there a way to get user public profile posts using a Business App if they have authenticated using Facebook Login for Business? We can get their pages posts, but I can't see a permission for user ...
1
vote
0
answers
94
views
Instagram Graph API-Cannot get green checkmark for instagram_business_* scopes in App Review due to UI bug (API test calls remain 0)
I'm currently trying to submit my Meta App for App Review to get advanced access for the Messenger API for Instagram. My app is already business-verified and the use case ("Manage messages and ...
1
vote
2
answers
142
views
Meta Threads API exchange access tokens in error
I have seen recently elevated error rates for my live app (approved and published) for the Threads API exchanging tokens :
{'error': {'message': 'This action requires the threads_basic permission. You ...
0
votes
0
answers
578
views
Instagram API: Reel uploads fail with code 2207076
I am trying to automate posting a Reel on a Facebook Page and its associated Instagram Business profile.
I can upload a Reel to the Facebook Page just fine. After that, I create a container using the ...
0
votes
0
answers
70
views
Can not optimize for Facebook Ads ROAS due to event issue (Action required issue)
We have an Android app from which we send purchase and a bunch of other events. Along with the purchase event we send a lot of data such as revenue and data about the purchase. We use an MMP for ...
1
vote
1
answer
106
views
fetchDeferredAppLink returns undefined on iPhone 13 Promax (iOS 18.5) but returns a string value on iPhone 16 (iOS 26)
I'm trying to test Facebook's Deep Link Tester, apparently it works on android devices, on iPhones it works on some devices that I used (iPhone 16 - iOS 26). I also tested another device which is the ...
Advice
0
votes
0
replies
60
views
facebook Graph API App Review Catch-22: Webhooks only fire in Live mode but messaging blocked without approval
I’m implementing an Instagram Auto-DM system using Meta Graph API and hit a serious App Review deadlock.
What works
✅ In Live Mode:
Webhooks fire correctly
Payload reaches server
BUT sending messages ...
1
vote
0
answers
78
views
Meta Messenger API v24.0: "Invalid sender action" (subcode 2018311) when sending reactions
I'm trying to use the new react sender action in the Messenger Platform API (v24.0), but I keep getting a #100 error.
Here is the api doc for it: https://developers.facebook.com/docs/messenger-...
0
votes
0
answers
67
views
"Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request"
This is the code I'm using to get the token, from Meta's documentation:
window.fbAsyncInit = function() {{
FB.init({{
appId: '{APP_ID}',
cookie: true,
...
Advice
0
votes
1
replies
35
views
Best approach for Meta/Facebook “Sales” campaigns when checkout happens on a third-party domain?
I’m running Meta (Facebook/Instagram) ads for a local soccer academy.
My flow is:
Ad → My website → “Register” button → Third-party platform (PlayMetrics) → Registration + payment
The issue is that ...