Releases: facebook/facebook-php-business-sdk
Releases · facebook/facebook-php-business-sdk
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
- Add archive functionality to AdCampaign, AdSet, AdGroup.
- Add AdsPixel support:
- Add AdsPixel class.
- Add AdsPixelFields enum.
- Add AdAccount::getAdsPixels() connection method.
- Update Fields enums + reference for:
- AdAccount.
- AdCreative.
- Add support for Ad scheduling.
- Upgrade to CustomAudience V2.
- Implement new payload structure.
- Update CustomAudienceTypes.
- Update CustomAudienceFields enum.
- Deprecate md5 hash algo.
- Enforce SHA-256 hash algo.
- CustomAudience::addUsers() and CustomAudience::removeUsers() now return info regarding the requested change.
- Implement new payload structure.
- Tests now support/require a user provided page_id for testing targeting.
0.9.5
0.9.4
Updating to use the latest version of the PHP SDK
See README.md for how to instantiate a FacebookSession correctly as you now need to set a default application.
Improving custom audience handling
See examples/custom_auciences.php which has a full working example. You now need to pass a CustomAudienceType type the addUsers function and the hashing is handled automatically.