me/accounts endpoint not returning any data
2

me/accounts endpoint not returning any data suddenly.

Manu
Asked about 2 months ago
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

May 7 at 3:26 AM
Selected Answer
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.

May 3 at 5:48 AM
Wans
Manu

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

May 4 at 1:52 AM
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.

May 20 at 8:08 PM
Trà