Permalink
Commits on Dec 5, 2017
  1. Version change

    windsfantasy6 committed Dec 5, 2017
Commits on Nov 8, 2017
  1. Ads SDK v2.11 Release

    Neil Chen committed Nov 8, 2017
Commits on Aug 9, 2017
  1. update api.py

    windsfantasy6 committed Aug 9, 2017
Commits on Jul 18, 2017
  1. Update setup.py

    xiaotchen committed Jul 18, 2017
  2. Ads SDK v2.10 Release

    windsfantasy6 committed Jul 18, 2017
Commits on Jul 4, 2017
  1. Allow specifying session in add_users and remove_users. (#280)

    paulbooth committed with daphyFB Jul 4, 2017
    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
Commits on Jun 6, 2017
  1. Bump up version to 2.9.2

    Neil Chen committed Jun 6, 2017
Commits on May 10, 2017
  1. Add supported Python version trove classifiers (#327)

    danpalmer committed with daphyFB May 10, 2017
    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.
Commits on May 4, 2017
  1. Add Capabilities fields according to v2.8 doc. (#299)

    xingmarc committed with daphyFB May 4, 2017
    * 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.
Commits on Apr 27, 2017
  1. Fixed issue #297, tested against live data (#298)

    uppercasebrands committed with daphyFB Apr 27, 2017
    * 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.
  2. Bugfix 304: unittest now works (#305)

    uppercasebrands committed with daphyFB Apr 27, 2017
    * 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.
  3. Add option to override default requests timeout (#308)

    magaman384 committed with daphyFB Apr 27, 2017
    * 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
Commits on Apr 26, 2017
  1. Merge pull request #316 from facebook/fix-312

    xiaotchen committed Apr 26, 2017
    Fix 312
  2. Fix 312

    xiaotchen committed Apr 26, 2017
    Remove adaccountgroups as it's removed in v2.9 SDK
Commits on Apr 24, 2017
  1. Python SDK v2.9 Release

    Neil Chen committed Apr 24, 2017
  2. Python SDK v2.9 Release

    Neil Chen committed Apr 24, 2017
Commits on Apr 17, 2017
  1. Update setup.py

    xiaotchen committed Apr 17, 2017
Commits on Apr 14, 2017
  1. Change SDK Version to 2.8.2

    xiaotchen committed Apr 14, 2017
  2. Change SDK version to 2.8.2

    xiaotchen committed Apr 14, 2017
Commits on Apr 13, 2017
  1. Amend Ads Python SDK v2.8

    Neil Chen committed Apr 13, 2017
Commits on Feb 22, 2017
  1. Merge pull request #286 from mschmo/patch-1

    daphyFB committed Feb 22, 2017
    setup.py including PNG instead of JPG for test package_data
Commits on Feb 20, 2017
Commits on Dec 24, 2016
  1. Merge pull request #264 from prateeksan/issue-263

    xiaotchen committed Dec 24, 2016
    Issue 263 (Optionally Initialize FacebookSession With Proxies)
Commits on Oct 11, 2016
  1. updated documentation with proxies

    Prateek Sanyal committed Oct 11, 2016
  2. added option for proxies while initiliazing FacebookSession...

    Prateek Sanyal committed Oct 11, 2016
    - proxies can be added as an optional argument while calling FacebookAdsApi.init
Commits on Oct 6, 2016
  1. v2.8

    daphyFB committed with Rituparna Mukherjee Oct 5, 2016
    Summary: v2.8
    
    Test Plan: docsmith
  2. Make license up to date

    Cloud Xu committed with Ritu Sep 7, 2016
    Summary: We want to add present in license.txt
    
    Test Plan: eyeball
  3. Add hotels and pricing variables batch endpoints

    JiamingFB committed with Ritu Jul 28, 2016
    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)
  4. Adding test for country_group for targeting search

    Mirella Esther da Silva committed with Ritu Jul 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.
Commits on Jul 14, 2016
  1. Incermenting SDK version

    Rituparna Mukherjee committed Jul 14, 2016
    Summary: SDK version should start with minoe .1
    
    Test Plan: Unit tests
  2. Pushing v2.7 changes on the SDK

    Rituparna Mukherjee committed Jul 14, 2016
    Summary: Updating the SDK for API 2.7 breaking changes
    
    Test Plan: Unit Tests and Integration Tests
  3. Fix github issues (#229, #226)

    JiamingFB committed with Ritu Jul 12, 2016
    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
  4. Update Python SDK with 2.7 API Spec

    Rituparna Mukherjee committed Jul 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.