Hi, using the package in laravel, facebook shows the following alert:
"Your app will be affected by the retirement of Marketing API versions prior to v16.0.
Your app currently accesses a version of the Marketing API prior to v16.0. As of Tuesday, August 15, 2023, all versions prior to v16.0 will no longer be available. To ensure a smooth transition, please migrate all calls to Marketing API v16.0 or higher. We recommend migrating to the latest version, v17.0 of the Marketing API, so that developers don't have to perform as many migrations going forward."
Is there a package update planned to solve this problem in the future? thank you.
Have you read the README? The config file allows you to specify the graph version used - AFAIK, this should "just work" unless there are significant breaking changes on Facebook's Marketing API.
Hi, using the package in laravel, facebook shows the following alert:
"Your app will be affected by the retirement of Marketing API versions prior to v16.0. Your app currently accesses a version of the Marketing API prior to v16.0. As of Tuesday, August 15, 2023, all versions prior to v16.0 will no longer be available. To ensure a smooth transition, please migrate all calls to Marketing API v16.0 or higher. We recommend migrating to the latest version, v17.0 of the Marketing API, so that developers don't have to perform as many migrations going forward."
Is there a package update planned to solve this problem in the future? thank you.