I've some issue to login my website usign php sdk in case of login already perfomed on facebook.
login code used retrieved from https://developers.facebook.com/docs/reference/php/facebook-api/
For example I login on facebook through facebook.com site. After I open my website, it wrote me "Please login".
why? So I've found information about the access token and old post where it was suggested to use offline_access. But if I'm in right it's been deprecated.
Now I'm looking for new login authentication, but I don't understand how to manage this better.. Is js function the only way to check previously login on facebook?
many thanks