How to get list of pages using fbl multi query?
Hello friends, i wanted to get the list of facebook pages that logged in user created using graph api. But i have to research a lot and didn’t get code online. So i have placed this tutorial to get list of pages that a user is admin of. Hope it will help. Please don’t forget to place comment if it helps. Thanks.
api(array(
‘method’ => ‘fql.multiquery’,
‘queries’ => $queries ,
‘access_token’ => $access_token));
var_dump($result);
?>
Recent Comments