me/accounts endpoint not returning any data
2

me/accounts endpoint not returning any data suddenly.

Manu
Ditanyakan sekitar 2 bulan yang lalu
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

7 Mei pukul 03.26
Jawaban yang Dipilih
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.

3 Mei pukul 05.48
Wans
Manu

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

4 Mei pukul 01.52
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.

20 Mei pukul 20.08
Trà