elaniin / AccountKit-Web-PHP

Example of implementation of Facebook Account Kit for Web using PHP
24 stars 22 forks source link

A system issue occured. Please try again. #12

Closed devellopah closed 5 years ago

devellopah commented 5 years ago

I am on linux mint, git cloned repo to /var/www/html/accountkit it's correctly opens on http://localhost/accountkit/, but when i click login button(no matter which one), the dialog with error message pop up. Please help to figure the problem and how can i tackle it. Thanks in advance! accountkit_error

devellopah commented 5 years ago

Why in you demo app, when i successfully login, i see session starts, but when reload page, i am again asked to login?

elinares commented 5 years ago

Hi! You can improve the validation to verify if the session exists, right now in our code the validation is ignoring the session. We are working on it.