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 Oct 17, 2020. It is now read-only.
Thomaswelton\LaravelFacebook\Facebook extends Facebook\Facebook which uses php's default session handling. This class should be inhertied from Facebook\BaseFacebook and use laravel \Session:: facade...
The text was updated successfully, but these errors were encountered:
Hmm, looking at this again I can see that this could possibly cause some issue if this isn't fixed right?
Would this work well at all in you have a multi server setup?
Nah, on a multi server setup if PHP is configured to use file session handling you would need to login separately to every server. :) For me right now that was not the issue, as currently we have a single server setup. I just needed some mock mastery for unit testing my app, therefore I could not come around fixing this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thomaswelton\LaravelFacebook\Facebook extends Facebook\Facebook which uses php's default session handling. This class should be inhertied from Facebook\BaseFacebook and use laravel \Session:: facade...
The text was updated successfully, but these errors were encountered: