Skip to main content

Questions tagged [facebook-business-sdk]

The tag has no usage guidance.

facebook-business-sdk
0 votes
0 answers
18 views

Meta API to get "call for action" while creating ads

I am using python sdk facebook_bussiness for acceissng meta apis. So when we create ad we have to choose the call to action depending on the type of media uploaded if media is an image then CTA would ...
usama97's user avatar
  • 33
0 votes
0 answers
55 views

Facebook login with business accounts

I am Integrating "Login with Facebook" in my React application, whenever user logged in I am getting Access token, Business ID, Business Name but I also want to get the PhoneID provided by ...
Shridhar's user avatar
0 votes
0 answers
41 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/...
Nightwolf's user avatar
  • 4,625
0 votes
1 answer
44 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: ...
Stefano's user avatar
  • 178
0 votes
0 answers
53 views

Facebook App/Business settings needed to access API

I am having trouble getting ads information to return from the Facebook Ads API. What I have done: Created developer account and app added Marketing API to the app I have this in Live mode All other ...
cwollett's user avatar
0 votes
1 answer
254 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....
Tushar Raina's user avatar
0 votes
0 answers
159 views

Getting Instagram post caption used in an Ad in Meta Graph API

I'm retrieving data from Meta Ads using the Graph API. I need to view what is the caption of the Instagram Posts that were advertised - because in these captions there is specific words I must ...
hrosa's user avatar
  • 1
0 votes
0 answers
115 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 ...
ItsHr0gd's user avatar
0 votes
0 answers
23 views

Uploading data to a Custom dimension META

I'm trying to upload data to a Custom Dimension of META through a Python Script. The amount of data I've got is aboyt 252.000 rows, so I've got to use a batch of 10.000 as Meta says. The problem is ...
jose boto perez's user avatar
1 vote
0 answers
180 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=...
Journey's user avatar
  • 11
0 votes
2 answers
900 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 ...
Luigi Toniolo's user avatar
1 vote
0 answers
323 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,...
iamabhaykmr's user avatar
  • 1,961
1 vote
0 answers
419 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) =&...
Chirag MALI's user avatar
0 votes
1 answer
260 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 ...
pi3o1416's user avatar
1 vote
0 answers
30 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 ...
Felipe Tavares's user avatar

15 30 50 per page
1
2 3 4 5