-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: You are calling a deprecated version of the Ads API. Please update to the latest version: v5.0 #77
Comments
The only way I found was to manually update the library here: Using the last version |
The only way I found was to add a parameter |
@luandy64 any plans to update this from the stitch side? |
Hopefully fixes: singer-io#77
I am facing the same problem, and @luandy64 solution did not work with me. Any suggestion? |
@kayvink @aaabuabat I have a PR open currently with a bump to V6 of the API, I would love to see if that fixes your problem. See #88 |
Hey @luandy64 I am getting same error '(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v6.0'. My api version is v6.0 and facebook_business is 6.0.1 |
@Bhumikanj are you running your own version or |
if you are working with facebook_business sdk, so install the version 'facebook_business==5.0' or above, that's work for me. |
I tried this, I still have an error even though i installed v5.0, v5.0.2, v6 |
I am testing this using a sandbox account (therefore don't mind sharing the details here). I have created the following config file called facebook_tap_config.json:
{"start_date":"2019-01-01", "account_id":"1014179965585963", "access_token": REDACTED}
I have validated that this token works via the Python SDK. However, when I try and run the tap in discovery mode with the following command:
tap-facebook --config facebook_tap_config.json --discover
I receive the following error:
Is there a way of changing the API version/base URL? Thanks!
The text was updated successfully, but these errors were encountered: