List of user ids from requests dialog | Migrating from fb:request-form to fb.ui apprequests | Facebook API | JavaScript | PHP
Published by Nicholas Dunbar on December 24th, 2012
So the facebook requests dialog is not very well documented. It assumes you know how to do a
few things in the documentation. For instance, the "GET /ID/" listed actually means in PHP:
$result = $facebook->api('/'.$requestID.'/');
Here i...