facebook-nodejs-business-sdk icon indicating copy to clipboard operation
facebook-nodejs-business-sdk copied to clipboard

Does the library need to be updated to version 13?

Open tnanhpt opened this issue 3 years ago • 2 comments

Hello there!

Which SDK version are you using? 12

What's the issue? I use SDK to get Ad accounts data, but return error "(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v13.0".

  message: '(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v13.0.',
  status: 400,
  response: {
    error: {
      message: '(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v13.0.',
      type: 'OAuthException',
      code: 2635,
      fbtrace_id: 'AswXsoE234qmhBNx7yw58L1'
    }

Does the library need to be updated to version 13? Thank you!

tnanhpt avatar Feb 20 '22 09:02 tnanhpt

Also experiencing this problem, on both NodeJS and Python SDK

oseh-stake avatar Feb 23 '22 23:02 oseh-stake

Quick solution added to #224.

vitorrd avatar Mar 23 '22 04:03 vitorrd