'Facebook sdk /me/friends/ return empty data

I'm trying to get the names and ids of friends using my application, but the data is empty.

{
  "data": [
  ],
  "summary": {
    "total_count": 1
  }
}

I'm requesting the user_friends permission and it is included. My all test Users include user_friends permission.

permmissions granted to my app

But I cannot get friends list. Can someone help?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source