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?
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.
|
|
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. |
|||
|
|