Good evening.
Not sure if the address is a question, but .. there was a problem with authorization via facebook javascript sdk.
Until today, I used the authorization implementation from this guy , the script he has made is clear from the documentation. Just with decorations (the text in the buttons changes and the little things). Everything was fine, but today I noticed that there was a problem with the login. Here you can even see in his example . First log in, then press logout, then try logging in again. It does not work out, because logging out didn’t happen completely. The button supposedly sticks. When you click on it, the firebug issues this: FB.logout () is called without an access token. Those. They also screwed the trip to the token output. Does anyone know how to add it to the script? Or what to do at all?
button.onclick = function() { FB.logout(function(response) { //вот сюда logout(response); //на эту ф-цию не обращайте внимание }); };