facebook-python-business-sdk icon indicating copy to clipboard operation
facebook-python-business-sdk copied to clipboard

Python SDK for Meta Marketing APIs

Results 66 facebook-python-business-sdk issues
Sort by recently updated
recently updated
newest added

Hi there! I stumbled upon a situation when uploading a video needs to be named arbitrary because original source is a temporary file with random filename (NamedTemporaryFile). I hope this...

CLA Signed

Just updates the Debug section of the readme with the latest version of the sdk and api (especially as v3.1 is getting deprecated!)

CLA Signed

Correct me if I'm wrong, but I believe [this](https://github.com/facebook/facebook-python-business-sdk/blob/master/facebook_business/api.py#L483) description "If some of the calls have failed, returns a new FacebookAdsApiBatch object with those calls" means that if some of...

CLA Signed

This PR addresses part of issue #463. It logs the X-FB-ADS-INSIGHTS-THROTTLE header to provide insight into rate limiting.

The default of 30 seconds is many time. We had a problem with uwsgi because uwsgi close the conection because "detect a large sleep".

CLA Signed

I look on dpa-update wrong to call class ProductCatalog and ProductItem

Resolves issue #441 . Adds support for lookalike values in schemas as documented here, without the end developer needing to prehash values: https://developers.facebook.com/docs/marketing-api/value-based-lookalike-audience-targeting Pulled out logic into multiple class methods...

CLA Signed

Hi there, Regarding the Facebook documentation https://developers.facebook.com/docs/marketing-api/businessmanager/systemuser/v2.7 `create_user_permission` should be done on `act_` node: ``` curl \ -F "user=" \ -F "role=ADMIN" \ -F "business=" \ -F "access_token=" \ "https://graph.facebook.com//act_/userpermissions"...

CLA Signed

see https://github.com/facebook/facebook-python-ads-sdk/issues/250 There have been several issues related to `data` and `results` in `ObjectParser.parse_single()` being type string or list but containing one of the keys, which causes a TypeError. For...

CLA Signed

This functionality was not present in the python sdk previously

CLA Signed