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 problem with my facebook app and Safari 5 (only Safari 5). Previously it was enough to have an iframe and do a post to it to get cross domain cookies working. Now it does not seem to work anymore with Safari 5

<body background="background.jpg" onload="document.forms['qmainapp'].submit();">
<form name="qmainapp" id="qmainapp" target="mainapp" method="POST" action="webappmainframe.php">
<input type="Text" name="aText" value="ddd">
</form>
<iframe name="mainapp" id="mainapp" frameborder="0" scrolling="no" width="480" height="800" marginwidth="0" marginheight="0" style="position:absolute; top:0; left:144;" >...Wait</iframe>
share|improve this question
What exactly are you trying to do? What is this form submittion into an iframe is for? – Nitzan Tomer Apr 10 '12 at 20:33
Trying to get around OAuthException with Safari 5. For Safari 4 it was enough to make any POST to your canvas app to get it working, but it does not seem to work with Safari 5. Original solution was posted here stackoverflow.com/questions/2691864/… but it does not work anymore – alxlabs Apr 10 '12 at 21:00

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.