CodeIgniter Forums
Facebook IFrame app choking on third party cookies - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Facebook IFrame app choking on third party cookies (/showthread.php?tid=22315)



Facebook IFrame app choking on third party cookies - El Forum - 09-04-2009

[eluser]Unknown[/eluser]
I hope someone can help me.
I have a fully functioning CI website that I'm trying to add to facebook as an IFrame application. It works fine unless third party cookies are disallowed. I've searched for workarounds but couldn't find anything that works.
Does anyone know how to adapt an application to work on facebook without duplicating all the controllers to be FB specific?
If not, then how can I append FB session id key to CI url and then strip it off in my controller before handing it off. example:
get page http://mysite.com/index.php/con1/var1/SESID-123434347 -> strip the sesid segment and call index.php/con1/var1 instead.

Any help would be greatly appreciated.