diff --git a/templates/python/facebook_business/api.py b/templates/python/facebook_business/api.py index 0c6dab7b..095a9a3e 100644 --- a/templates/python/facebook_business/api.py +++ b/templates/python/facebook_business/api.py @@ -659,6 +659,7 @@ def execute(self): api=self._api, node_id=self._node_id, endpoint=self._endpoint, + object_parser=self._response_parser, ) cursor.load_next_page() return cursor