facebook-php-business-sdk

PHP SDK for Meta Marketing API

OTHER License

Downloads
16.6M
Stars
810
Committers
118

Bot releases are hidden (Show)

facebook-php-business-sdk - 2.3.1

Published by pruno over 9 years ago

  • Cursor now supports offset based pagination
  • Add support for creative sequencing
  • Add support for Call Now CTA
  • Add an utility script to create PHAR archives of the SDK
  • Additional bug fixes and missing fields
facebook-php-business-sdk - 2.3.0

Published by pruno over 9 years ago

Provide support for AdsAPI v2.3. Changelog

facebook-php-business-sdk - 2.2.4

Published by pruno over 9 years ago

  • Add Dynamic Product Ads Support
  • Add Blame field specs support
  • Various bug fixes and missing fields addition
facebook-php-business-sdk - 2.2.3

Published by paulbain almost 10 years ago

  • support for validate_only
  • Added thumbnail_url, thumbnail_width, thumbnail_height to AdCreative
  • Add RequestException support for advanced error messaging
  • Update examples and tests to support AdSet->bid_info
facebook-php-business-sdk - 2.2.2

Published by paulbain almost 10 years ago

  • Bugfix
    • Fixes an issue that prevented cursors from implicitly fetching next pages of data
    • Fixes an issue that prevented searching using TargetingSearch from returning a valid Cursor
facebook-php-business-sdk - 2.2.1

Published by pruno almost 10 years ago

  • Bugfix
    • Fixes an issue that prevent file uploads in PHP 5.4
    • Fixes an issue that prevent CurlAdapter to properly set request headers
facebook-php-business-sdk - 2.2.0

Published by pruno almost 10 years ago

  • Align versioning with AdsAPI
  • Remove facebook/php-sdk-v4 and psr/log dependencies
    • Simplify initialization
  • Provide bundled Http layer:
    • Improve versioning support
    • Improve file upload support
    • Improve domain control
      • AdVideo::create() now use graph-video.facebook.com
    • Improve extensibility
  • Extend logging capabilities to API Request and Response
  • Provide support for AdsAPI v2.2. Changelog
  • Extend test configuration capability
    • Tests that requires features whitelisting are now skippable through config
    • Improve inline documentation with links to docs
  • Bug fixing:
    • getReachEstimate now return an instance of ReachEstimate
    • Fix hashing issue in CustomAudiences::formatParams()
  • Align docs
facebook-php-business-sdk - 0.9.11

Published by paulbain about 10 years ago

  • Add support for Local Awareness
facebook-php-business-sdk - 0.9.10

Published by pruno about 10 years ago

  • Implement AdVideo crud object
  • AdImage now support bulk upload through zip files
  • Add missing AdGroup status constants
facebook-php-business-sdk - 0.9.9

Published by paulbain about 10 years ago

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

facebook-php-business-sdk - 0.9.8

Published by paulbain about 10 years ago

  • Adds support for Reach and Frequency predictions and reservation
facebook-php-business-sdk - 0.9.7

Published by pruno about 10 years ago

  • Add support for AdTag
  • Add support for L2 targeting
  • Implement default normalization for emails in:
    • CustomAudience::addUsers()
    • CustomAudience::removeUsers()
    • CustomAudience::optOutUsers()
facebook-php-business-sdk - 0.9.6

Published by pruno about 10 years ago

  • 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.
facebook-php-business-sdk - 0.9.5

Published by paulbain over 10 years ago

  • Connection to AdAccountGroups when retrieving AdAccounts
  • Updated way to generate previews
facebook-php-business-sdk - 0.9.4

Published by paulbain over 10 years ago

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.

facebook-php-business-sdk - 0.9.3

Published by paulbain over 10 years ago

  • Grammar fixes
  • Fixed incorrect namespace from #7
  • Added additional fields to connectionobjects
facebook-php-business-sdk - 0.9.2

Published by pruno over 10 years ago

facebook-php-business-sdk - 0.9.1

Published by pruno over 10 years ago

facebook-php-business-sdk - 0.9.0

Published by pruno over 10 years ago