facebook/php-business-sdk
Official Facebook Business SDK for PHP. Access Marketing API plus Pages, Business Manager, Instagram and more via one maintained library. Includes authentication/token usage and objects to create, read, update and manage business assets and ads.
action_source field to Event for Conversions API.opt_out field was being removed when set to false for Conversions API.delivery_category field to Content for Conversions API.lead_id field to the Conversions API user_data section.delivery_category field in custom_data section for Conversions API(formerly Serverside API).getHeaders in RequestException class which provides header informationCrashRepoter, more context available heresource param in Adaccount->createAdVideo.addUsersMultiKey and removeUsersMultiKey in CustomAudience to still allow add users to CustomAudience with multiple keys after CustomAudienceMultiKey been deprecated.parentID in AbstractCrudObject.CustomAudienceMultiKey, use class CustomAudience instead.create, read, update in AbstractCrudObject. Check out our recommended way to make API call.
read will reset the object fields, while getSelf will get a new object. For example :
$async_job = $adaccount->getInsightsAsync($fields, $params);
$async_job = $async_job->getSelf();
while (!$async_job->isComplete()) {
sleep(1);
$async_job = $async_job->getSelf();
}
advanced_measurement_table field to Event for Conversions API.How can I help you explore Laravel packages today?