singer-io / tap-facebook

Singer.io tap for Facebook Marketing API
GNU Affero General Public License v3.0
110 stars 141 forks source link

ERROR SingerConfigurationError GET: 400 Message: (#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v10.0. #144

Open thiriet opened 3 years ago

thiriet commented 3 years ago

Hello there,

I'm getting this error when trying to run the discovery mode of the tap-facebook. Only v10 of FB's API is now available for new apps.

Can you please help?

Thx, Raphael

racoon5 commented 3 years ago

Same problem

saitaiky commented 3 years ago

I got this message to ask me to update to v11.0 instead

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

cfrisby commented 3 years ago

FYI, I was able to resolve this issue by manually upgrading the Facebook SDK like so:

pip install facebook_business --upgrade