I've got this status message in couple of my apps: "We've disabled this app for violating the Meta Platform Terms and Developer Policies." When I click "Read more or appeal", it takes me to the Developer Appeals page where it says "None of your apps are restricted." and doesn't let me to submit any appeal.

I can't find any information on how to discern between Business and Creator accounts in the Instagram Graph API. It's seems to be available in the User object for the Instagram Basic Display API (i.e. account_type field), but not in the Graph API for business providers.
I've seen some really hacky ways that people are doing this and would prefer to avoid implementing something as fragile as this.
If anyone has any guidance or best practices. Please advise.
Thanks.

Hello there!
We're facing an issue with some users where we can't get back their pages when requesting it throught /me/accounts endpoint, it will return an empty array even though the user has given the following permissions: pages_manage_engagement, pages_manage_metadata, pages_messaging, pages_read_engagement, pages_read_user_content, pages_show_list to several pages.
Request example:
https://graph.facebook.com/v13.0/me/accounts?access_token=TOKEN&fields=access_token,id,name,tasks
I even checked the debug token API and it lists several page ids for each of the permissions I've listed previously.
https://graph.facebook.com/debug_token?input_token=TOKEN&access_token=ACCESS_TOKEN
Here's a list of scopes we ask during the OAuth step:
"email,pages_manage_metadata,pages_read_engagement,pages_read_user_content,pages_manage_engagement,pages_messaging,pages_manage_posts"
That's what we've been asking since ever and it used to work until today, so I wonder if something has changed?
Thanks in advance.

We've had a few users report this now, and it seems that they all have their Instagram account that they are trying to connect properly linked to a FB Page and Instagram that they Admin, and have granted all permissions.
The user is giving us access to their Facebook pages, however when we try to access using their access token, an empty array is returned.
Anyone else experiencing this issue?