Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 2.0.0.RC1
-
Component/s: None
-
Labels:None
Description
How to get total friends count for a user having already granted user_friends permission.
Presently FB has a grapAPI https://developers.facebook.com/docs/graph-api/reference/v2.0/user/friends
/
{user-id}/friends which would return the friend as well as the summary has total number of friend count. But i dont see that in the Spring API.
{
"data": [
,
{ "name": "XYZ", "id": "7654" } ],
"paging":
,
"summary":
}