When in Facebook Graph Explorer I executed /me/friends
command from docs, I get next response:
{
"data": [
],
"summary": {
"total_count": 68
}
}
So, based on response, I have 68 friends (it's true), but data array is empty, and I don't see my friends in array.
What I do wrong? I think, maybe I need to config my application? but I don't know what exactly t config. Help, please