Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
61 views

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
42 views

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
24 views

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

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
50 views

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 ...
1 vote
0 answers
42 views

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. ...
Best practices
0 votes
0 replies
24 views

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 ...
0 votes
0 answers
61 views

{ "error": { "message": "(#12) singular statuses API is deprecated for versions v2.4 and higher", "type": "OAuthException", "code&...
-2 votes
0 answers
88 views

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
48 views

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
66 views

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
47 views

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
575 views

I have listed the lead generation forms using the below PHP sdk api. use FacebookAds\Object\Page; $page = new Page(<PAGE_ID>); $leadgen_forms = $page->getLeadgenForms(); print_r($...
0 votes
0 answers
58 views

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

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
149 views

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 ...
1 vote
0 answers
399 views

I have developed a Facebook app using Facebook Login for Business where the logged in user can allow the app to retrieve a list of pages the logged in user manages. To get permission for ...
0 votes
0 answers
75 views

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

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

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
41 views

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
93 views

I am experiencing an issue with the Facebook API where certain permissions requested by my application are not being included in the user's access token, even though the user has granted all requested ...
0 votes
0 answers
37 views

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
83 views

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
67 views

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
33 views

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
94 views

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
72 views

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

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
102 views

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

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

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/...
2 votes
0 answers
686 views

I am trying to test laravel socialite on wampserver i tried it on both google and facebook but it gives me the error: cURL error 60: SSL certificate problem: unable to get local issuer certificate (...
0 votes
0 answers
91 views

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

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
0 answers
73 views

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

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

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 ...
0 votes
0 answers
18 views

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
63 views

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
96 views

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

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
0 answers
480 views

I'm building a n8n workflow that automates the upload of videos to my Instagram account. All the workflow works good besides the facebook node. The permissions I gave to my application were ...
0 votes
0 answers
45 views

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

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

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 ...
0 votes
0 answers
73 views

I'm trying to use the Facebook Graph API with Python to access user profile data, posts, and photos. Despite generating a valid access token through the Graph API Explorer, I keep getting the error: C:...
0 votes
0 answers
37 views

I am using Facebook business SDK to fetch insights. I started with general sync approach which lead me to timeout and downtime errors, as I have quite a large data in my ad_accounts. Then I tried ...
0 votes
0 answers
87 views

I’m trying to send a template to start a conversation with a customer on WhatsApp, but I’m getting this error and can’t figure out how to fix it. I’ve already deleted the template and recreated it, ...
0 votes
0 answers
50 views

I have integrated facebook oauth into my apps registration flow. On a high level, we are using oauth to verify the identity or new applicants to our app, as well as fetch some of their social platform ...

1
2 3 4 5
147