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 a link in my Facebook page tab app which should send the client to the app Canvas page, works fine in Chrome but just isn't going in IE or Firefox. It's a really simple link

<a href="http://apps.facebook.com/mycanvasapp" target="_top">link</a>

but it just reloads the tab page when done in IE or Firefox. Is there a trick with IE or Firefox?

share|improve this question

1 Answer

up vote 0 down vote accepted

Higly likely this case:

When you redirect user to your canvas page: As it will be asked for authorization(while you do this test none Chrome), once he gives authorization, he will fall to: http://yourapp.com

Then while you repeat same action for same "already authorized user", he will fall into your canvas url: https://apps.facebook.com/yourapp

share|improve this answer
I think that may have been it, or something similar. Thanks – Dave Feb 16 '12 at 17:09

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.