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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -