Closed cleytoncoro closed 1 year ago
I have the same issue, is there any workaround?! 🥲
I have the same issue, is there any workaround?! 🥲
yes
https://github.com/facebook/facebook-nodejs-business-sdk/issues/224
You have launched latest version 14. I am using latest 14 version but getting error "error": "(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v15.0."
@cleytoncoro Is it possible to apply this fix within the Python SDK?
I am unsure if the fix suggests editing the raw code within one of the SDKs files, or if a one-liner can be used after import to apply the fix. It appears that the recommended fix is not for Python too, though please correct me if I am wrong.
Which SDK version are you using?
v14
What's the issue?
FB is now at v15 api. new apps comes with this api by default (and can't be downgraded). When I try to use this sdk, I get the error ""(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v15.0.""
Steps/Sample code to reproduce the issue
Observed Results:
400 Error when a request is started.
Expected Results:
A success post request.
just for reference - workaround:
https://github.com/facebook/facebook-nodejs-business-sdk/issues/224