me/accounts endpoint not returning any data
2

me/accounts endpoint not returning any data suddenly.

Manu
تم طرح السؤال منذ حوالي شهرين
Abhishek

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

‏٧ مايو‏‏٣:٢٦ ص‏111
الإجابة المحددة
1

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.

‏٣ مايو‏‏٥:٤٨ ص‏111
Wans
Manu

Yes that was done earlier. but suddenly it appears again even permission is there

‏٤ مايو‏‏١:٥٢ ص‏111
1

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.

‏٢٠ مايو‏‏٨:٠٨ م‏111
Trà