Help with fql.multiQuery
- by Daniel Schaffer
I'm playing around with the Facebook API's fql.multiQuery method. I'm just using the API Test Console, and trying to get a successful response but can't seem to figure out exactly what it wants.
Here's the text I'm entering into the "queries" field:
{"tags" : "select subject
from photo_tag
where subject != 601599551
and pid in (
select pid
from…