I'm trying to replicate the results of the graph api call:
graph.facebook.com/[fbid]/likes
using FQL so that I can obtain the likes of multiple people using a single call. Anyone know if this is possible / how to do it?
|
I'm trying to replicate the results of the graph api call:
using FQL so that I can obtain the likes of multiple people using a single call. Anyone know if this is possible / how to do it? |
|||||
|
|
FQL can supposedly support multiqueries. Check out this page: FQL Multiquery which says:
|
|||
|
|
You can use |
|||
|
|