-
Allow specifying session in add_users and remove_users. (#280)
Including session allows for larger uploads of users, and allows tracking the session progress and state for upload completion. Documentation for session parameter available at https://developers.facebook.com/docs/marketing-api/reference/custom-audience/users
-
Add supported Python version trove classifiers (#327)
This adds classifiers for the supported versions of Python, based on what the tests exercise. This allows for tooling to recognise that the package is Python 3 compatible.
-
Add Capabilities fields according to v2.8 doc. (#299)
* Add Capabilities fields according to v2.8 doc. There are some missing fields on Capabilities: `BULK_ACCOUNT`, `CAN_CREATE_LOOKALIKES_WITH_CUSTOM_RATIO`, `HAS_AVAILABLE_PAYMENT_METHODS`, etc Doc reference: https://developers.facebook.com/docs/marketing-api/reference/ad-account/capabilities/v2.8 * Make the line length less than 80 characters.
-
Fixed issue #297, tested against live data (#298)
* Fixed issue #297, tested against live data * API is updated to 2.8.2 * Fix issue 304: corrected the unittests in test/unit.py * revert examples/read_objects.py * revert examples/custom_audience_utils.py * Revert "Merge branch 'bugfix-304-unittest'" This reverts commit 151e7b7, reversing changes made to 3836081.
-
Bugfix 304: unittest now works (#305)
* Fixed issue #297, tested against live data * API is updated to 2.8.2 * Fix issue 304: corrected the unittests in test/unit.py * revert examples/read_objects.py * revert examples/custom_audience_utils.py * Revert "Merge branch 'bugfix-304-unittest'" This reverts commit 151e7b7, reversing changes made to 3836081. * Revert "Merge remote-tracking branch 'upstream/master'" This reverts commit 3836081, reversing changes made to 70a79e0. * Revert "Revert "Merge branch 'bugfix-304-unittest'"" This reverts commit c8d5a82. * Revert "Revert "Merge remote-tracking branch 'upstream/master'"" This reverts commit 673725a.
-
-
Add option to override default requests timeout (#308)
* Add option to override default requests timeout Currently there is no way to let the requests timeout if something bad happens. That can stuck any code using this library. * Fix line lengths
-
Merge pull request #286 from mschmo/patch-1
setup.py including PNG instead of JPG for test package_data
-
Merge pull request #264 from prateeksan/issue-263
Issue 263 (Optionally Initialize FacebookSession With Proxies)
-
-
added option for proxies while initiliazing FacebookSession...
Prateek Sanyal committedOct 11, 2016 - proxies can be added as an optional argument while calling FacebookAdsApi.init
-
Cloud Xu committed with Ritu
Sep 7, 2016 Summary: We want to add present in license.txt Test Plan: eyeball
-
Add hotels and pricing variables batch endpoints
Summary: Add hotels and pricing variables batch endpoints which are not included right now. Test Plan: (well.. these endpoints are not covered by tests yet)
-
Adding test for country_group for targeting search
Mirella Esther da Silva committed with RituJul 15, 2016 Summary: Adding test for country_group as option for adgeolocation in Ad Targeting Search API. Test Plan: Run docsmith test for examples/docs/SEARCH_GEOLOCATION_WITH_COUNTRY_GROUP.py.
-
Summary: SDK version should start with minoe .1 Test Plan: Unit tests
-
Pushing v2.7 changes on the SDK
Summary: Updating the SDK for API 2.7 breaking changes Test Plan: Unit Tests and Integration Tests
-
Fix github issues (#229, #226)
Summary: Fix the AdImage issue (need to change the inherit order to allow mixins override remote_read/create/...) Remove the code to fill new objects with None values Add back validate_only support Test Plan: unit tests and integration tests
-
Update Python SDK with 2.7 API Spec
Rituparna Mukherjee committedJul 8, 2016 Summary: Update Python SDK with 2.7 API Spec Test Plan: unit/integration tests are mostly okay (there're always 2 failures in my enviroment). But many DocSmith tests are failing because of the new targeting.