skip to Main Content

Facebook Marketing api "read" function deprecation issue

I am using php code for fb marketing api and facing this deprecation issue Deprecated: read is being deprecated, please try not to use this in new code. use FacebookAdsObjectAdAccount; use FacebookAdsObjectFieldsAdAccountFields; $account = new AdAccount('act_<AD_ACCOUNT_ID>'); $account->read(array( AdAccountFields::TOS_ACCEPTED, )); //…

VIEW QUESTION
Back To Top
Search