GET on /{user-id}/accounts is returning empty array
Recently we moved our Application to use the Business Login for Instagram which improved a lot the experience of our users.
https://developers.facebook.com/docs/instagram/business-login-for-instagram/
The application has been working since the beginning of January 2024, but today we noticed an issue where the connection is failing on the "Step 4: Get the User's Page, Page Access Token, and Instagram Business Account" of the documentation where we're not receiving the list of pages after the user authorization.
Same issue here, the collection is empty:/
We're having the same issue!
The same thing in my situation wanting to list the Facebook pages brings me this as a response: { "data": [] }
Same deal here. Even with the business_management permission. When I use Facebook's Access Token Debugger it shows multiple pages though.