I have an answer:
First you must create an application and request permission for this user:
https:
After user authorization, facebook will issue a new token.
this token must be passed to api chart counters
in php:
facebook_example_return.php
<?
$token = explode('=', file_get_contents("https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&redirect_uri=http://$_SERVER[SERVER_NAME]$_SERVER[PHP_SELF]&client_secret=YOUR_CLIENT_SECRET&code=" .
(get_magic_quotes_gpc() ? stripslashes($_GET['code']) : $_GET['code'])));
$secretToken = $token[1];
?>
api, , :
https://graph.facebook.com/me/accounts?access_token=$secretToken
, .
:
https:
: yyyy-mm-dd , .