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 was archived by the owner on Jan 13, 2022. It is now read-only.
I am getting this error with the latest dev version, using composer to install the sdk ("facebook/php-sdk-v4": "4.1.*@dev") and having the following lines in my code (not in function or class)
use Facebook\FacebookSession;
use Facebook\FacebookRequest;
use Facebook\GraphUser;
use Facebook\FacebookRequestException;
FacebookSession::setDefaultApplication('', '');
when using the stable version everything is fine, just letting you know.