67 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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=...
0
votes
2
answers
1k
views
Facebook OAuth Login Error: "This app needs at least one supported permission"
Title:
Facebook OAuth Login Error: "This app needs at least one supported permission" in Test Mode
Content:
I am working on a Facebook Business App that is currently in Test Mode. The ...
1
vote
0
answers
70
views
BOOK_NOW Call to action option not working
Its mentiond on the meta documention that BOOK_NOW is accepted by the objective sales. But my ads are not getting publihed on meta when I pass BOOK_NOW with sales as objective I am getting the ...
0
votes
1
answer
215
views
How to do a batch request using facebook_business SDK for python?
I have created this code to fetch leads from Facebook:
import pandas as pd
from facebook_business.api import FacebookAdsApi
from facebook_business.adobjects.adaccount import AdAccount
from ...
1
vote
0
answers
128
views
How do get Facebook business ID after Facebook Login dialog?
I have used Facebook Login dialog with the correct permission and gotten access to a person's business accounts. I received a code after the login process and exchanged it using the /oauth/...
0
votes
1
answer
87
views
Facebook Python SDK update AdSet daily budget
I am trying to update the daily budget of a Facebook AdSet via Python SDK but with no results.
The code runs without exceptions but the daily budget is not updated.
This is the code:
try:
...
0
votes
1
answer
881
views
Facebook business sdk giving "error_user_msg": "A tracking pixel is required for ads in a campaign with conversions as its objective.",
Im trying to create an ad on facebook using the python sdk i have created my campaigns, adset and creatives but when im trying to schedule my ad im getting this error:
facebook_business.exceptions....
0
votes
0
answers
237
views
Creating Product Sets on Facebook using Graph API or Javascript SDK
I am trying to create product sets from an existing catalogue on facebook. I was able to use nodejs-facebook-business-sdk well so far to fetch the catalogueID, the product ids and other fields from ...
1
vote
0
answers
226
views
Getting "Unsupported post request" error when creating Instagram ads campaign via Facebook Graph API
I am trying to create a campaign for posting ads on Instagram using the Facebook Graph API. I am making the following curl request:
curl -X POST \
-F 'name="My campaign"' \
-F 'objective=...
0
votes
2
answers
3k
views
Integrate WhatsApp Product Catalogue to Whats App business api account
I am using the WhatsApp Business API to use my chatbot and I needed to connect the Facebook product catalog to the configured WhatsApp number. Does anyone know what I can do to associate a catalog ...
2
votes
0
answers
609
views
(#100) Missing permissions while access facebook ads data using marketing api using facebook-business sdk
I created a facebook app with the required permission below to read all of my campaign ads data.
Section of code:
def get_facebook_campaign_data(app_id,app_secret,access_token,account_id,s_date,...
1
vote
0
answers
609
views
FB: System user access token don't have scope delegated from configuration from FB login for Business flow
Steps I followed:
Create app
Add FB login for Business product in your app
Create config with permission & asset I selected - Adaccount, Page, Pixel
Javascript SDK
window.FB.login(
(response) =&...
0
votes
1
answer
610
views
Is there any way to Delete and update Facebook product catalog product with Facebook Graph API
I am trying to to Update and Delete product to facebook product catalog with graph api.
I followed this documentation but this endpoint only allow read and create new product to a product catalog but ...
1
vote
0
answers
51
views
What it's wrong with this code in py using the facebook_business api?
I want to create an app that posts a video to facebook and gets the auto generated caption.
from facebook_business.api import FacebookAdsApi
from facebook_business.adobjects.video import Video
from ...
0
votes
0
answers
636
views
Facebook marketing API - GraphInsecureException - The cipher AES128-GCM-SHA256 is not supported for TLSv1.2
Facebook marketing API - GraphInsecureException - The cipher AES128-GCM-SHA256 is not supported for TLSv1.2.
We are using the Facebook business SDK in our application in order to pull the ad_accounts &...