hborras / twitter-php-ads-sdk

A Twitter supported and maintained Ads API SDK for PHP.
55 stars 41 forks source link

Support API Version 10 #99

Open vinod-logiciel opened 2 years ago

vinod-logiciel commented 2 years ago

Version 9 will be deprecated from March 31st 2022. Any plans to upgrade SDK to v10.

lawrence-belo commented 2 years ago

Any update on this? We're also waiting for v10 support. Any update is much appreciated.

bolner commented 2 years ago

@vinodlogiciel @lawrence-belo These are the changes between 9 and 10:

None of those affect my projects, so I was just thinking to just fork this library and change this number to 10:

itayalon commented 2 years ago

Hi @hborras, any planned ETA for the release?

jasmel-aika commented 2 years ago

hi @hborras, current version will be deprecated from March 31st 2022. Please release new version ASAP.

bolner commented 2 years ago

@vinodlogiciel @lawrence-belo @itayalon @jasmel-aika

As a temporary solution I've created a Packagist package that has only the version number modified. (That number is used in the URLs of the API calls.) Feel free to create merge requests and implement the changes related to version 10. (Those doesn't affect my projects though.)

Packagist page:

Repository:

lawrence-belo commented 2 years ago

@vinodlogiciel @lawrence-belo @itayalon @jasmel-aika

As a temporary solution I've created a Packagist package that has only the version number modified. (That number is used in the URLs of the API calls.) Feel free to create merge requests and implement the changes related to version 10. (Those doesn't affect my projects though.)

Packagist page:

Repository:

Thanks! This is great, I might try this out if we need to use new endpoints. Though for now I just went ahead rewrote parts of our code to directly access the API so we won't have to depend on this library. We've been using this library for a couple of years now and its been great, but guess its time to move on.