joelbutcher / laravel-facebook-graph

Laravel wrapper for the Facebook Graph PHP 8 SDK
70 stars 12 forks source link

Facebook alert #19

Open aljureba opened 1 year ago

aljureba commented 1 year ago

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.

joelbutcher commented 1 year ago

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.

jeff1326 commented 5 months ago

The default version of graph should be at least v14 since the v13 expire on 28 may 2024. See v13.0 in here

Does the marketing api version is set with graph_version config ? If so, default version should be v18 at least.