facebook / facebook-php-business-sdk

PHP SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
818 stars 514 forks source link

locked at 2.5.2 #470

Closed teamMason closed 5 years ago

teamMason commented 5 years ago

I need to use version 3.0 because accordin with Facebook Documentation, version 2.12 has some field and endpoints deprecated, Inside of Ad sets fields I need change IS_AUTOBID for BID_STRATEGY but is only available from the version 3.0 of your SDK wich is locked accordin with composer.

jingping2015 commented 5 years ago

Can you give me context or sample code for this ?

teamMason commented 5 years ago

I could resolved it, when you try to install the application adding the library inside of composer.json thos message is shown, I fixed it installing directly with composer require facebook/php-business-sdk": "3.0.0 "

teamMason commented 5 years ago

This error happens when I include the library inside of composer.json. I resolved it using: composer require facebook/php-business-sdk": "3.0.0"

jingping2015 commented 5 years ago

Cool! then I am going to close this issue.