facebook - Get FB like and share for each country of any page with permission -


i trying use code total fans page :

$fql_query_url = 'https://graph.facebook.com/' . 'fql?q=select object_id, metric, value, end_time                    insights                    object_id  = [139832966167942]                         , metric in (\'page_fans\')                         , period = period(\'lifetime\')                         , end_time = end_time_date(\'2014-3-31\')'                        . '&access_token=' . $access_token; $fql_query_result = file_get_contents($fql_query_url); $fql_query_obj = json_decode($fql_query_result, true); 

but time gives : warning: file_get_contents : failed open stream: http request failed! doing wrong?


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -