Posts under category Meta & Facebook

Hello,
The endpoint that we are using to fetch page's follower count is NOT working as intended.You can see that it returns incorrect/negative numbers.
query: me/insights?metric=page_fans&since=1713052800&until=1715039999
{
"value": 70914,
"end_time": "2024-04-28T07:00:00+0000"
},
{
"value": 70913,
"end_time": "2024-04-29T07:00:00+0000"
},
{
"value": -2,
"end_time": "2024-05-01T07:00:00+0000"
},
{
"value": -4,
"end_time": "2024-05-02T07:00:00+0000"
},
{
"value": -4,
"end_time": "2024-05-03T07:00:00+0000"
},
{
"value": -7,
"end_time": "2024-05-04T07:00:00+0000"
},
{
"value": -7,
"end_time": "2024-05-05T07:00:00+0000"
},
{
"value": -7,
"end_time": "2024-05-06T07:00:00+0000"
},
{
"value": 70909,
"end_time": "2024-05-07T07:00:00+0000"
}