You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All endpoints in to api.call point to "/" in ./facebook_business/adobjects/adcreative.py, when it should be "adcreatives". This causes any api_get or api.call functions to return a (#100) Tried accessing nonexisting field (field) on node type (Ad) error when fields are added.
The text was updated successfully, but these errors were encountered:
@MarthinusBosman I checked your issue and I think that the behavior you described is not wrong. That's how it should be because the Cursor (class) gets the correct endpoint name through target_objects_class. in this case, the AdCreatives (class) with the method get_endpoint => adcreatives.
All endpoints in to
api.call
point to"/"
in ./facebook_business/adobjects/adcreative.py, when it should be"adcreatives"
. This causes anyapi_get
orapi.call
functions to return a(#100) Tried accessing nonexisting field (field) on node type (Ad)
error whenfields
are added.The text was updated successfully, but these errors were encountered: