You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.
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:
The text was updated successfully, but these errors were encountered: