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

- Convert for loop into list comprehension - Use `with` when opening file to ensure closure

CLA Signed

Currently, the `lookalike_spec` has a type of `string`, which will give the following warning. ``` UserWarning: value of lookalike_spec might not be compatible. Expect string; got warnings.warn(message) ``` However, this...

CLA Signed

There are small typos in: - facebook_business/adobjects/objectparser.py - facebook_business/api.py - facebook_business/docs_runner/doc_runner.py - facebook_business/test/integration_test_runner.py - facebook_business/video_uploader.py Fixes: - Should read `traversed` rather than `traverersed`. - Should read `transient` rather than `trasient`....

CLA Signed

Added missing appsecret_proof parameter to video_uploader.py and advideo.py files.

CLA Signed

Using `delete` fails with ``` AttributeError: 'CustomAudience' object has no attribute 'delete' ``` The correct method would be `api_delete`

adding few fields frequently used in the facebook graph api explorer, making it easy for others to access those fields aswell.

CLA Signed