vote up 0 vote down star
1

Hi, the iframe app that I have cause double facebook header to show when user is prompted to login or install.

This code basically caused it. FB.Facebook.requireLogin(function(exception){ });

How can I prevent that? I saw blog post about using javascript to do the redirect, but how can I do that?

Thanks, Tee

flag

28% accept rate

2 Answers

vote up 0 vote down

use target="_parent" for any links that you have in your iframe application. that will definitely solve your problem.

link|flag
vote up 0 vote down

Hey Gaurav, the issue is that the requireLogin function is from the facebook api. So I don't control the redirection.

If it's just an tag, yes using target="_parent" does fix it.

Any idea?

Thanks

link|flag

Your Answer

Get an OpenID
or

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