We need to call GET /me for every given access token in ReactPHP CLI script. Kdyby\Facebook\SessionStorage class depends on Nette\Http\Session which calls session_start(), which causes the following error in the CLI script:
Cannot send session cache limiter - headers already sent
Is it possible to use the Kdyby/Facebook without opening the session?
We need to call GET /me for every given access token in ReactPHP CLI script. Kdyby\Facebook\SessionStorage class depends on Nette\Http\Session which calls session_start(), which causes the following error in the CLI script:
Cannot send session cache limiter - headers already sent
Is it possible to use the Kdyby/Facebook without opening the session?
Traceback follows: