Facebook – FBML checking application extended permission
How to check application permission
$perm = $facebook->api_client->users_hasAppPermission(‘create_event’);
if $perm=1 means application already have permission
if $perm=0 means application not yet have permission
Related: Facebook FBML Extended Permission
This entry was posted on Friday, April 30th, 2010 at 11:11 am and is filed under PHP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


