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>";
printr($fbuser_accounts);
// the output
Array
(
[data] => Array
(
[0] => Array
(
[name] => App Name
[category] => Application
[id] => XXXXXX
)
Written by Wayne Roddy
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#