Posts under category Facebook Graph API

Hello, I am James(developer) and I am reporting this issue on behalf of a my client. My organization holds fb integration. One of my client is trying to integrate his facebook page with our app, and when he try to connect with click, following API does not provide the list of pages. It returns empty data in response to our side. https://graph.facebook.com/v17.0/me/accounts?access_token=XXXX

Starting sometime between 2024-02-27 02:50 and 2024-02-27 03:35 UTC API started to return followers_count much larger values. whose values are extremely close to fan_count of global page.
for example followers_count for FB_ID = 1579819912230855 jumped from 1 347 052 to 108 741 697
current state https://developers.facebook.com/tools/explorer/186312281379136/?session_id=3470304219947968
other example page Sinsay_PL FB_ID = 100680089286128 followers_count jumped from 52709 to 3 321 884. https://developers.facebook.com/tools/explorer/186312281379136/?session_id=1124552838991325
documentation says followers_count = Number of page followers. fan_count = The number of users who like the Page. For Global Pages this is the count for all Pages across the brand. For New Page Experience Pages, this field will return followers_count.
looks like someone accidentally made it the other way around. followers_count are now equal to fan_count (=fan_global_count)
could you please submit this bug to FB, as i can't :(