-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an FB.Event.monitor('auth.statusChange', function(session) ) equivalent? #11
Comments
Below are some extra details.
This is the console.log output after calling
Please note that if I run
And the plugin doesn't recover from that.... |
Another thing, I am running these tests on an iPhone 5.1 simulator without a facebook app installed. All authentications are going directly to the Safari browser. |
|
Perhaps, you should call |
Hi,
I ran a small experiment with the plugin, trying to call
dialog('feed')
after a call tologout
.The results were that the plugin has stopped functioning afterwards. I tried calling
login
again, butthat didn't do anything.
I guess that according the normal flow of things, this shouldn't happen. But what if the token has been expired, or if the user had deauthorise my app?
login
before any call to thedialog
?FB.Event.monitor('auth.statusChange', function(session) )
equivalent that notifies when the user'sstatus changes?
Regards, Roei.
The text was updated successfully, but these errors were encountered: