I’m trying to get the basic information array on this page http://www.facebook.com/pages/Nichi-Vendola/38771508894?sk=info
I’m using FQL to get picture profile, fan counts and name:
$result = $facebook->api(array(
'method' => 'fql.query',
'query' => 'select fan_count, name, pic_square from page where page_id = '.$page_id.";"
));
But i can’t figure out how to get informations like Work position or Religion..
I’ve also tried to use the page id as a user id but didn’t work..
I haven’t found anything about this on Facebook Developers, please help
Here’s what you need to do.
manage_pagespermission.me/accountsand find the page in that list which will have a page access token./me?access_token={pageAccessToken}Try it out in the Graph API Explorer: http://developers.facebook.com/tools/explorer