me/accounts endpoint not returning any data suddenly.
Yes in our account we are also facing same issue. @meta can you please look into at earliest.
==== Query curl -i -X GET \ "https://graph.facebook.com/v19.0/me/accounts?access_token=" ==== Access Token Info { "perms": [ "pages_show_list", "ads_management", "business_management", "leads_retrieval", "pages_read_engagement", "pages_manage_metadata", "pages_read_user_content", "pages_manage_ads", "public_profile" ], "user_id": "------", "app_id":------ } ==== Parameters - Query Parameters
{} - POST Parameters
{} ==== Response { "data": [], "debug": {} } ==== Debug Information from Graph API Explorer - https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Faccounts&version=v19.0
Try to submit a request for advanced business management permission access for your dev app, this solved the issue for us after having trouble with it for a couple of weeks.
Yes that was done earlier. but suddenly it appears again even permission is there
I encountered a similar issue, but it only occurs with customers who have a page but no business. I had previously requested business_management permissions.