Skip to content

Instantly share code, notes, and snippets.

@caefer
Created March 31, 2011 15:42
Show Gist options
  • Save caefer/896597 to your computer and use it in GitHub Desktop.
Save caefer/896597 to your computer and use it in GitHub Desktop.
<?php
$fb = new Facebook(array('appId' => ..., 'secret' => ..., 'cookie' => true));
$queries = array(
array('method' => 'GET', 'relative_url' => '/8882845892'),
array('method' => 'GET', 'relative_url' => '/67226614422'),
array('method' => 'GET', 'relative_url' => '/140959058191'),
);
$objs = $fb->api('/?batch='.json_encode($queries), 'POST');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment