Skip to content

Releases: facebook/facebook-php-business-sdk

0.9.10

08 Oct 10:24
Compare
Choose a tag to compare
0.9.10 Pre-release
Pre-release
  • Implement AdVideo crud object
  • AdImage now support bulk upload through zip files
  • Add missing AdGroup status constants

0.9.9

15 Sep 13:43
Compare
Choose a tag to compare
0.9.9 Pre-release
Pre-release

Bumping tag to fix issues with Reach and Frequency code in 0.9.8

0.9.8

12 Sep 12:48
Compare
Choose a tag to compare
0.9.8 Pre-release
Pre-release
  • Adds support for Reach and Frequency predictions and reservation

0.9.7

11 Sep 10:20
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release
  • Add support for AdTag
  • Add support for L2 targeting
  • Implement default normalization for emails in:
    • CustomAudience::addUsers()
    • CustomAudience::removeUsers()
    • CustomAudience::optOutUsers()

0.9.6

02 Sep 10:49
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release
  • 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.
  • Tests now support/require a user provided page_id for testing targeting.

0.9.5

10 Jul 10:20
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release
  • Connection to AdAccountGroups when retrieving AdAccounts
  • Updated way to generate previews

0.9.4

26 Jun 13:27
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release
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.

0.9.3

24 Jun 14:49
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release
  • Grammar fixes
  • Fixed incorrect namespace from #7
  • Added additional fields to connectionobjects

0.9.2

18 Jun 09:48
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release
Corrected Facebook PHP SDK

* Fix PHP SDK version to 4.0.7 for now
* Implement arrayaccess on Cursor

0.9.1

17 Jun 09:45
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release
Fix composer + packagist integration