Can I count the number of pokes with the Facebook API? me/pokes returns only one poke
I found this resource: http://developers.facebook.com/tools/explorer?method=GET&path=me%2Fpokes, but that only displays one poke. Can I get more pokes? I've also found this older question; Facebook FQL / Graph - Get all current pokes, wh开发者_如何转开发ich helped, but doesn't show the number of pokes ether.
I want to show how often user x has poked user y.
There is maximally one poke available. And if you poke back/delete poke, it is deleted from your profile (from API, too)
SO you have no chance to see how often user x has poked user y
Could you not store each individual poke externally and register them as individual values and count them that way. I am not an expert at coding but that may work...
精彩评论