me?fields=friends sampling
{
"friends": {
...
"summary": {
"total_count": 72
}
},
...
}
I just want it total_count, but it seems that this is not a valid subfield that I can add to the request
me?fields=friends{summary}or me?fields=friends{total_count}does not work.
Not an absolute necessity, just curious why not or is it possible?
source
share