Talk:Pages.isFan
From Facebook Developer Wiki
[edit] Permissions Errors
What permissions are necessary to call this method? For some user IDs, this call works perfectly, but for others I'm getting a FacebookRestClientException "Permissions Error". This happens both in my live application and in the testing console.
Example: $isFan = $fb->api_client->pages_isFan($pageId, $userId);
Generates: Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Permissions error' in /var/www/html/www.mysite.com/facebook-apps/facebook-platform/php/facebookapi_php5_restlib.php:
- You don't need any extended permissions for this. I'd suggest filing a bug. Include your code, app ID and UIDs that both work and don't work. Thanks, Pete (563683308 09:29, 11 September 2009 (PDT))
