skip to Main Content

Facebook API lead forms for ads objective error for version 18

Since Facebook updated to version 18 I'm having troubles with adding lead ad forms using the API. Reference: https://developers.facebook.com/docs/marketing-api/guides/lead-ads/create/ When creating campaigns using the objective LEAD_GENERATION it gives the following error: "Objective LEAD_GENERATION is invalid. Use one of: OUTCOME_LEADS, OUTCOME_SALES,…

VIEW QUESTION

Upload Base64 image as post on facebook using GraphAPI

I want to upload base64 image (jpg,png) on facebook using facebook developers graph API's in angular 6 'https://graph.facebook.com/me/photos' this api end I am using with passing formdata. I am referring https://www.devils-heaven.com/facebook-javascript-sdk-photo-upload-from-canvas/ socailpostCall(imageResult) { let xhr: XMLHttpRequest = new XMLHttpRequest(); let…

VIEW QUESTION

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