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.