0

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.

Community
  • 1
  • 1
Dragon
  • 1,078
  • 2
  • 9
  • 31

1 Answers1

0

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

Tobi
  • 31,405
  • 8
  • 58
  • 90
  • So is there any other way to get total like count? – Dragon Aug 31 '15 at 10:49
  • If this functionality is currently affected by a bug, I guess the answer is NO – Tobi Aug 31 '15 at 10:50
  • i removed my answer, because i misinterpreted the question. it really does seem to be a bug. – andyrandy Aug 31 '15 at 11:12
  • I checked it several times but this is at the bottom,"paging": { "cursors": { "before": "Mjg2fdfdfefdjfdljYz", "after": "MzI2MdfdfdfdfdfZD" }, and before that i am shown all the likes.but there are no total-like-count – Dragon Aug 31 '15 at 11:15