facebook-nodejs-business-sdk
facebook-nodejs-business-sdk copied to clipboard
Does the library need to be updated to version 13?
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!
Also experiencing this problem, on both NodeJS and Python SDK
Quick solution added to #224.