Skip to content
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

Update to api verison 13.0V for facebook ads connector. #10629

Closed
HarshVardhanGoyal opened this issue Feb 24, 2022 · 9 comments · Fixed by #11761
Closed

Update to api verison 13.0V for facebook ads connector. #10629

HarshVardhanGoyal opened this issue Feb 24, 2022 · 9 comments · Fixed by #11761
Labels
community type/bug Something isn't working

Comments

@HarshVardhanGoyal
Copy link

Environment

  • OS Version / Instance: macOS
  • Airbyte Version: 0.35.3 Alpha
  • Deployment: example are Docker
  • Source Connector and version: Facebook marketing 0.2.36
  • Severity: Critical
  • Step where error happened:Setup new connection

Current Behavior

"FacebookAPIException('Error: 2635, (#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v13.0.')

@marcosmarxm
Copy link
Member

@misteryeo this is something we need to keep in our radar.
See discussion: https://airbytehq-team.slack.com/archives/C019WEENQRM/p1645715702727709

@HarshVardhanGoyal
Copy link
Author

any updates on this?

@misteryeo
Copy link
Contributor

We'll take a look at this this week - thanks for your patience!

@lazebnyi lazebnyi self-assigned this Mar 2, 2022
@marcosmarxm
Copy link
Member

@misteryeo right now the facebook bussiness sdk is working only with v12.
I submitted a PR to upgrade to latest API version: facebook/facebook-python-business-sdk#609

@pjatx
Copy link

pjatx commented Mar 22, 2022

any updates here? currently blocked on by this one

@Louis-Sinan
Copy link

Hi

If you're really stuck with this one and can't wait the PR to be merged in facebook-python-business-sdk, you could simply update the init of API in api.py file :

move
self.api = MyFacebookAdsApi.init(access_token=access_token, crash_log=False)
to
self.api = MyFacebookAdsApi.init(access_token=access_token, crash_log=False, api_version='v13.0')

worked for me 👍

@HarshVardhanGoyal
Copy link
Author

Any updates on Facebook python SDK pr merge and this, currently blocked.

@neofreex01
Copy link

now facebook api has upgraded to version 14.0, can anyone help with this?

@marcosmarxm
Copy link
Member

There is a PR in progress here: #13251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community type/bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

8 participants