Hi all, curious if anyone else has encountered thi...
# plugins-general
d
Hi all, curious if anyone else has encountered this error when dealing with
tap-facebook
and selecting from the
adaccounts
stream:
Copy code
singer_sdk.exceptions.FatalAPIError: 400 Client Error: b'{"error":{"message":"(#12) Since we have ODAX enforcement from v17, this field is useless and should always be assumed true is deprecated for versions v17.0 and higher","type":"OAuthException","code":12,"fbtrace_id":"Ab3F-N9dLyiQFWSx4NEbwf3"}}' (Reason: Bad Request) for path: /v17.0/me/adaccounts
There was a GitHub issue posted about it here, however the suggested fix of excluding
has_advertiser_opted_in_odax
does not work for me (I'm actually including only the
account_id
in the select list and the error persists).