Get facebook total like count of a user

2019-09-18 02:54发布

问题:

I am using windows phone 8.1.

I am trying to get total like count of a user.

I have tried this
link
link

133231234567890/?fields=likes.summary(true).limit(0)  
but it returns only id
133231234567890?fields=likes.summary(1)  
this returns all the likes not total like count. 
133231234567890/likes?summary=1  
this also returns all the likes with their name , but not what i want.

I am testing it on Graph api explorer with my domo facebook id, and i have enabled the required permissions ,but i am unable to figure out what simple i am missing.

回答1:

This seems to be a bug, which is in status "assigned" at facebook:

  • https://developers.facebook.com/bugs/1637494793192258/