Get facebook total like count of a user

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-13 20:36:57

问题


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/


来源:https://stackoverflow.com/questions/32309278/get-facebook-total-like-count-of-a-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!