Posts under category Meta & Facebook

Starting from today at about 6.00 UTC we are no more able to fetch IG metrics followers_count and follows_count from the endpoint:
https://graph.facebook.com/{{vApi}}/{{publisher_id}}?fields=followers_count,follows_count&access_token=XXXX
Does anyone else is experiencing this issue?

Hi everyone,
I'm working on a project using the Facebook Graph API, and I'm encountering an issue: the followers_count field is returning empty or null, even though it should contain the follower count.
Here’s what I’m using:
API endpoint: https://graph.facebook.com/v21.0/{id}?fields=followers_count Expected result: The number of followers for the given ID. Actual result: The followers_count field is empty or null. I’ve double-checked:
My access token and API version (v21.0) are valid. I’ve granted all required permissions, including those for pages_read_engagement and similar. There’s no mention of deprecation for this field in the documentation. Has anyone else faced this issue or knows what might be wrong? Any suggestions would be greatly appreciated!
Thanks in advance! 😊

When requesting to send a message, I receive the following error from the Facebook API:
"error":{
"message":"(#10) Messaging permission check failure",
"type":"OAuthException",
"code":10,
"error_subcode":2018334,
"fbtrace_id":"As9GS3VHIhw8WRwSuv48RSl"
}
It happend in many case of several pages, Page AssetID (1618898775025382) is valid, and my Facebook profile is alive.
Feel free to make any requests to investigate the issue

When attempting to retrieve user information using the Business Discovery API, the following error occurs:
{
"error": {
"message": "Invalid user id",
"type": "OAuthException",
"code": 110,
"error_subcode": 2207013,
"is_transient": false,
"error_user_title": "ユーザーが見つかりません",
"error_user_msg": "ユーザーネームがbluebottleのユーザーが見つかりません",
"fbtrace_id": "AxX0EJGEPlWYCai8TxpLoK7"
}
}
The user in question has a pro account, and this has previously been retrievable. The bluebottle account mentioned in the documentation (https://developers.facebook.com/docs/instagram-platform/instagram-api-with-facebook-login/business-discovery/) is also not retrievable.
Is anyone else experiencing this issue? If anyone can report this as a bug, please do so.