Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 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
2 answers
1k views

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

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

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

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

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

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

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

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

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

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

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

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

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. We are using the Facebook business SDK in our application in order to pull the ad_accounts &...

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /