How to use fql and graph api together in facebook batch request?I want to get profile information about me using graph api and my friend's last 30 days posts using fql .
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I had same problem. Though it is very late for answering question, it will help somebody. That's why answering this question. //$current_user=facebook id
$objs gets json array of whole result of thre queries. And it is saving time a lot. This 3 queries individually takes total 9 seconds. With multiquery it takes 7 seconds. And with batch request it takes 3.6 seconds. |
|||
|
|

