Answer the question
In order to leave comments, you need to log in
How to properly work with the auth.logout method?
I hang a handler on the authorization and deauthorization event
as:
VK.Observer.subscribe("auth.login", function f()
{
alert ("Thank you for your Login.");
});
VK.Observer.subscribe("auth.logout", function f()
{
alert ("Thank you for your Exit");
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question