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.

I have the fb-login-button on my page, which works fine the first time when there aren't any permisssions yet. Clicking on it gets the permissions and logs you in. But when I try to login a second time (the user is still logged into FB), the auth.login dialog box just opens, then closes and nothing else.

How do I do a redirect after that?

share|improve this question
Doesnt the facebook API have a post login redir url? You can use that to redirect the user to the URL you want them to land on after successful authentication has occurred. – Barry Chapman Feb 8 '12 at 7:07
yes but to do the logout after login, i don't want the app to logout of facebook, just my app. – chris Feb 8 '12 at 7:12
You didn't say anything about logging out... – Barry Chapman Feb 8 '12 at 7:16
what event is fired if you are logged in when you click on the login-button? – chris Feb 8 '12 at 7:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.