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.

How do I redirect a user who enters a Facebook page tab that runs a Facebook application (instead of a popup to the login page of my app) and then redirect back to page tab?

share|improve this question
1  
why would you ever want to do this? – FlavorScape Apr 1 '12 at 21:41
as popup is blocked by most browsers – Amr Salah Shalaby Apr 1 '12 at 21:52

1 Answer

Oh ok,

You need to invoke the popup on user input. If the user clicked something like "Begin Game" or whatever on the landing page, it will not get blocked by popup blockers.

It has to be in an onclick or onmouseup event etc. That will bypass popup blocking.

share|improve this answer
i run it as onload – Amr Salah Shalaby Apr 1 '12 at 22:04

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.