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.
Am trying to use the package in a Laravel app.
After composer require facebook/graph-sdk
and doing use Facebook\FacebookSession; in my class
i get -- Class 'FacebookSession' not found --
i understand in the previous versions you may need to require autoload. I tried it and bumped up.
Any help would be appreciated.