Obtaining Facebook Likes for Multiple Users using FQL -
i'm trying replicate results of graph api call:
graph.facebook.com/[fbid]/likes
using fql can obtain likes of multiple people using single call. know if possible / how it?
fql can supposedly support multiqueries. check out page: fql multiquery
which says:
"query2":"select name, url, pic profile id in (select uid #query1)"
Comments
Post a Comment