Graph API me/accounts endpoint returns empty data

56 Views Asked by At

I send request to Graph API using https://graph.facebook.com/me/accounts?access_token={user-access-token}. But data returns empty.

If I use https://graph.facebook.com/me?access_token={user-access-token} it returns name and id. But I want to get page token for accounts. And also I already have "businees_management" permission.

0

There are 0 best solutions below