I'm working with the Facebook Graph API to retrieve video insights, and I've encountered a situation where specifying the since and until parameters doesn't seem to affect the results when the period is set to "lifetime." Here's an example of the API request I'm using:

/[VIDEO_ID]/video_insights?metric=total_video_views&since=2023-01-01&until=2023-03-01&period=lifetime

Even when I include the since and until parameters to specify a time range within the lifetime period, I'm getting the same result as when I don't include these parameters. Additionally, I need to retrieve data for total_video_view_time_by_country_id and total_video_view_time_by_age_bucket_and_gender within the given period.

Has anyone else experienced a similar issue? Is there a specific reason why specifying the time range within the lifetime period wouldn't affect the results? Any insights or suggestions would be greatly appreciated!

Thanks in advance for your help! 🙏

I have created a page named Test 1. When I go to Business Suite, my Business Portfolio and add the page Test 1 to Account -> Pages. After adding the page successfully I see page access section where I have full control over the page Test 1.

But after giving permission to the page Test 1 from the Developer app I am unable to generate page information like Page name, page id, access token etc... But when I remove the page from Meta Business Suit/Business Portfolio and again give the permission to the page from the developer app then I am able to generate the page details like access token, name and id.

My question is why I am unable to generate page details from graph api if the page is added to facebook business portfolio?

I have tried multiple time, but when the page is added to Meta Business Portfolio then I am unable to generate page details like id,name and access token

Recently we have received a notification stating to complete the data checkup. When performing the required steps, it is showing an error as attached. The error changed to a new one when we last tried. Previously there was an error stating something went wrong please try again later

In my application I want users to edit their leadgen forms. As far as I know there is no possibility to edit a leadgen form. Simply creating a new leadgen form with the desired changes would result in losing linked data, such as leads.

Therefore, via the UI (Adsmanager) one would copy the leadgen form and make the desired changes which keeps the linked data (leads).

I was wondering if there is a [leadgen_form_id]/copy endpoint? Or how can I edit a leadgen form without losing linked data.