Open ibrahimmumcu opened 8 years ago
I recently ran into this problem... If you haven't already solved it what you want to do is delete the localstorage cookie and fb cookie on the site you're working on. In my case that was localhost. As soon as its deleted without refreshing the page login to facebook again. This will reset the values and auto login your user. I suspect this library might not be doing everything to clear the cookies on a facebook logout, but I haven't spent any time looking into the details.
I'm trying to get user status on page load.
I did exactly what you did on demo page but I'm getting this error: An active access token must be used to query information about the current user.
I did some research and found it: http://stackoverflow.com/questions/26709869/an-active-access-token-must-be-used-to-query-information-about-the-current-user but it's not working either.
Any help appreciated.