I am using FB.login when user is not connected and everything seems fine, though when user clicks cancel on the fb connect dialog, it closes and I have to raise an event on my page on this cancel event (or at least redirect somewhere when the user hit cancel).
Searched and searched but couldn't find how to raise such event (I've tried to subscribe to "auth.cancel" but it just doesn't work).
Any ideas?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
When the user cancels the login he is redirected to your page with the following GET parameters:
EDIT: In JS SDK, as stated here:
|
|||||||||||||
|