Появились проблемы с API faceboke, при обращении к странице ФБ пишет: Uncaught OAuthException: An active access token must be used to query information about the current user
Пытаюсь получить новый токен через: $fb = new Facebook(array( 'appId' => «$fb_AppId», 'secret' => «$fb_Secret», 'cookie' => true ));
$page_access_token = ""; $result = $fb->api(«/me/accounts»);
Пишет: Uncaught OAuthException: An active access token must be used to query information about the current user.
Вопрос, как обновить токен?? Приложение вроде на месте и работает ....