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.

ı have facebook application works on ff,ie,chrome.

but ı have problem on safari.

ı have links one page to another. but when ı click its redirecting to index.php.

ı read some articles and tried to many ways but stil ı couldt figure it out.

ı read this:

Facebook Iframe App with multiple pages in Safari Session Variables not persisting

and

Setting cross-domain cookies in Safari

share|improve this question

2 Answers

Safari blocks 3rd party cookies by default. See: http://webpolicy.org/2012/02/17/safari-trackers/

share|improve this answer

We solved this by opening a popup on a login button. The popup opens a url on the new domain and then quickly closes the popup. This means that tbe user have now visited the domain (in the top url) and allows us to save cookies on that domain. This works good in a facebook app since we can not use other solutions such as posting from the parent frame to the iframe.

share|improve this answer
Could you explain more? You just only open the popup or send cookie to save as well? – kspacja Mar 21 at 10:58

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.