Last Updated: February 25, 2016
·
685
· dubrod

List of Approved Apps by Facebook User

if ($fbuser) {
try {
// Get the List of accounts they authorized
$fbuseraccounts = $facebook->api('/me/accounts');
} catch (FacebookApiException $e) {
echo $e->getMessage();
}
}
echo "<pre>";
print
r($fbuser_accounts);

// the output
Array
(
[data] => Array
(
[0] => Array
(
[name] => App Name
[category] => Application
[id] => XXXXXX
)