![]() | iFrames apps and cookies |
|
09 Oct 2008, 19:25
Robert Matei (7 posts) |
I’d like to make my Facebook app in an iframe, for various reasons (faster loading time, full AJAX with Rails helpers) outlined here: To get this to work, though, I need to bypass Facebooker’s default authentication mechanisms, because the authentication params are only visible on the first request from Facebook and need to be cached afterwards. The obvious solution is to store the user’s Facebook session in the session, but this approach doesn’t work in Safari: it won’t let iframes from an external domain set cookies. Has anyone found a solution? |
|
09 Oct 2008, 20:13
Mike Mangino (543 posts) |
Ouch. That’s painful. You can’t even set a cookie for your own requests? I’ve worked on an iFrame application for Facebook and we were able to use use Safari and keep a session. |
|
10 Oct 2008, 16:20
Cameron Ferroni (6 posts) |
I’m poking around the same issue. The best solution I’ve found so far is here: http://wcrawford.org/2007/08/29/revisited-faceb… but I’m still looking for some other ways to do it. |
| You must be logged in to comment |

